I only have my right sidebar floating and that should apply to all pages. I did try your first fix and that did wrap everything in the full container however for one reason or another the that broke the structure enough in some other way that the sidebar no longer functioned as desired.
I may simply go back to square one. If this is working with straight up HTML/CSS the only other element is something in the PHP coding or how I need to divide elements up across the templates.
Wow – I must be missing something structurally for sure then. The Header Div should be wrapped around the content div?
My line of thinking is that the header is a sub container nested within the pageContent. Your suggestion would reverse that. There must be something logical I am missing because this performs correctly in my test HTML/CSS file (pre-WP import) and is working on the main page.
Could there be something in the single/comment/etc php files messing this up I am not considering? Why would this not be broken on the index if my structure is the same?
Sorry for the volley – thank you so much for the response!