Jeff Fuqua Well-known member Mar 10, 2013 #1 Using Aurora and wondered if anyone knew what I need to adjust to move the right side with the red block around it to align with the rest. Thanks!
Using Aurora and wondered if anyone knew what I need to adjust to move the right side with the red block around it to align with the rest. Thanks!
P Paul B XenForo moderator Staff member Mar 10, 2013 #2 That is controlled by this CSS: .mainContent { margin-right: 310px; } You can try increasing it to something like 330px, but that may have a knock-on effect on other pages. It may be worth contacting the style author to get a proper fix for it. Upvote 0 Downvote
That is controlled by this CSS: .mainContent { margin-right: 310px; } You can try increasing it to something like 330px, but that may have a knock-on effect on other pages. It may be worth contacting the style author to get a proper fix for it.
P Paul B XenForo moderator Staff member Mar 10, 2013 #4 It's in the sidebar.css template like so: .mainContent { margin-right: {xen:calc '@sidebar.width + 10'}px; } However, you can use EXTRA.css to avoid editing the main template. Upvote 0 Downvote
It's in the sidebar.css template like so: .mainContent { margin-right: {xen:calc '@sidebar.width + 10'}px; } However, you can use EXTRA.css to avoid editing the main template.
Jeff Fuqua Well-known member Mar 10, 2013 #5 Extra.css took care of it. Thanks for your help. Upvote 0 Downvote