Sami Jalal Well-known member Oct 19, 2014 #1 hello please where can i find the code of subforums and breadcrumbs in the discussionlist page? I want to edit them only in this page...
hello please where can i find the code of subforums and breadcrumbs in the discussionlist page? I want to edit them only in this page...
Sami Jalal Well-known member Oct 20, 2014 #2 i can edit this code in xenforo_sections.css but it affects the forum homepage (for subforums) Code: .sectionMain { @property "sectionMain"; background-color: @textCtrlBackground; padding: 10px; margin: 10px auto 10px -20px; @property "/sectionMain"; } Upvote 0 Downvote
i can edit this code in xenforo_sections.css but it affects the forum homepage (for subforums) Code: .sectionMain { @property "sectionMain"; background-color: @textCtrlBackground; padding: 10px; margin: 10px auto 10px -20px; @property "/sectionMain"; }
P Paul B XenForo moderator Staff member Oct 20, 2014 #3 You will need to be more specific and use the template name in the classes. Upvote 0 Downvote
Sami Jalal Well-known member Oct 20, 2014 #4 Brogan said: You will need to be more specific and use the template name in the classes. Click to expand... Thank you for response Upvote 0 Downvote
Brogan said: You will need to be more specific and use the template name in the classes. Click to expand... Thank you for response
Sami Jalal Well-known member Oct 20, 2014 #5 aha... Code: .forum_view .nodeList { margin-right: -20px; } i`m trying to understand css codes and it works for me Thank you @Brogan Upvote 0 Downvote
aha... Code: .forum_view .nodeList { margin-right: -20px; } i`m trying to understand css codes and it works for me Thank you @Brogan