Hi dropped90,
On my screen all the sidebars appear on the right side until I reduce my screen size to around 1100px and then it switches layout again around 900px wide. So I think this is only an issue in that size range.
I believe this is being caused by that last menu item, “uncategorized.” On your home page the section with the content and sidebar is lower and clear of it but on the other pages, things that float left are floating next to that item instead of below it.
Try adding this
#center {
clear: both;
}
Thank you so much Starxedsteph! Moving the uncategorized tab in to a sub menu fixed the issue. No coding was necessary. I can’t thank you enough. 2 hours wasted last night for a 20 second fix.
Great! I was thinking after I posted it that I should have mentioned that adjusting the menu was really the best way to deal with it. I’m really glad that you worked it out that way.