I've not been able to find this anywhere in the forums so here goes!
I'm trying to create a fluid layout for the #content.
E.g. for a wide screen (>960px) I will see everything in the centre, with content width = 700px, and 1 right-sidebar = 260px. For a 800px wide screen, the sidebar should remain 260px, and in view, while the content shrinks to 540px. (like in www.smashingmagazine.com). I have about 20% of users with 800px screens and i would rather they still be able to see my sidebar on the right!
I've tried setting:
#main{
max-width:960px; min-width:800px; width:100%; }
and
#container #content .h-entry {
max-width:700px; min-width:540px; width: 100%}
However when i shrink my browser width, the overflow of the text is hidden behind the sidebar and my scroll bars appear but i can only scroll to show blank white on the right side of the page!
i know it's rather hard to figure out the problem without really seeing my code (and i could upload a sample if necessary) but if there is a really simple solution, some width %, or overflow settings, or scroll settings, that i'm completely missing, please do let me know!!!
thanks a lot!