Add custom CSS as under [Appearance -> Edit CSS]
.content {
float: left;
}
Okay – where in the CSS do I put that code? beginning? end?
I just put that code in a previewed it and it moves the sidebar back to the right – however, it still is showing a “secondary sidebar widget area” underneath the primary widget.
Check the Widgets section and remove the items from the secondary widget area
I’ve looked at the widgets and I don’t have a secondary widget area with or without content.
Check all the sidebars and remove the unwanted widgets
On your theme you will probably want to target .sidebar-primary in CSS
.sidebar-primary {
float: left; !important
}
Go to Appearance>Customize and choose Additional CSS tab section on that menu to the left.
Add the above code and it should work. I made it work in my browser so that CSS is sound. Just find the Additional CSS tab, add it, and save it.
Cheers
I only have a primary sidebar and use all the widgets seen.
I tried adding that code and it just moved the secondary side bar further right to the far side of the primary sidebar.
Wish I could add a screen shot – but when I check the CSS on your sidebar it doesn’t even show me the float:left; command – like when you added it it didn’t make it there.
When I use my browser to add the above code it shifts the sidebar to the left – and looks great.
Sorry it was no help.
I didn’t save it because it didn’t fully fix the problem but I just put it back in and saved if that helps you see what’s happening! Thanks very much for working to help me fix this