deactivate plugins to see if one is borking you
and fix your errors
I’ve deactivated and reactivated plugins one at a time, with no luck. I worked something out to get my sidebars back (probably not the correct way), but now my content is squished. Any suggestions? Thanks for the error link.
For anyone else having issues, I fixed my sidebar and squished content problems with this code added to layout.css
#content {
float:left;
margin-right:0px;
padding:0.5em 0;
width:100%;
}