I just converted from Weaver II to Weaver Xtreme and am trying to get the site looking how it did before. Here is the link: http://www.tryoncreek.org
The primary widget area, the right sidebar, used to have an 11px right margin. That disappeared; I’ve tried the following in Main Options>Sidebars & Layout>Primary Widget Area:
– Checking Add Side Margins
– Adding margin code to the CSS+ box, which already has a rounded corners rule in it: {border-radius:5px;margin-right:11px;}
When I tried the latter, the widget area moved all the way down to the bottom left of the page. The same thing happened when I tried the same code in Main Options>Fonts & Custom>Custom CSS Rules: #primary-widget-area {margin-right:11px;} or .widget-area {margin-right:11px;} Each time, the widget area moved all the way down the page.
I’m probably making some basic coding mistake, since I’m a total amateur. Let me know what I’m doing wrong; thanks so much.