C Chi Bearhawks Member Aug 18, 2013 #1 How would this be accomplished? I have no visible section div's anymore, so it feels like the two columns are too close to each other. I tried adding padding or margins to the left of the sidebar, but that didn't work.
How would this be accomplished? I have no visible section div's anymore, so it feels like the two columns are too close to each other. I tried adding padding or margins to the left of the sidebar, but that didn't work.
P Paul B XenForo moderator Staff member Aug 18, 2013 #2 Add to EXTRA.css: Code: .mainContainer { margin-right: -{xen:calc '@sidebar.width + 8'}px; } .mainContent { margin-right: {xen:calc '@sidebar.width + 8'}px; } Adjust the value to suit. Upvote 0 Downvote
Add to EXTRA.css: Code: .mainContainer { margin-right: -{xen:calc '@sidebar.width + 8'}px; } .mainContent { margin-right: {xen:calc '@sidebar.width + 8'}px; } Adjust the value to suit.
C Chi Bearhawks Member Aug 18, 2013 #3 Awesome, thanks. And what about for the left bar in member profiles and account settings? Upvote 0 Downvote