Clean, uncluttered, hassle-free layout is one of wikidot's big strengths. But here's my frequent headache with layout. It seems to be true of most (all?) of the standard wikidot themes.
With wider, blockier elements, whenever the window's width is smaller than the combined width of (sidebar + main-content elements), those elements jump down below the sidebar.
The result is a large blank space. At lower screen resolutions (when this is most likely to happen), it's not even clear to users that the page has any content at all.
I'd like to set my css to ensure that the (sidebar + main-content) sections have a minimum width. I think the effect would be to force-justify the content to the top. For narrower windows, the content on the right would be out of view, but that's clearly preferable to having it jump down where it's entirely out of view.
It's not enough to set the minimum width of the main-content section, because it still floats independent of the sidebar. Maybe if css treated the sidebar and main-content as a unified section instead of as independent sections? It's also not enough to simply set the width, because I'd still want the content to fill a wider window.
Also, a narrower screen will push the header's search field into the title, so it feels cluttered. I'd prefer to have the header also respect a minimum width.
If someone can point to a custom css fix, that would be so great. It also seems like this merits a general css fix. Sidebars are such a common website feature, and I don't think I've come across this glitch elsewhere.
I think lots of people have had this issue — here, here, here, and here.
Any insights? Thanks.