Forum Moderators: not2easy

Message Too Old, No Replies

CSS Page layout - cropped page

cropped sidebars

         

njfuller

7:33 pm on Apr 9, 2009 (gmt 0)

10+ Year Member



Hi all,

I am very very new to CSS so am not really sure what code to paste here. Basically, I have used a CSS template I downloaded to create a page. All is well but the page does not seem to support a horizontal scrollbar, only a vertical one. So if there is excess content then the left hand side of the page simply disappears when you load the page.
All I want is for there to be a horizontal scroll bar ! lol!

What part of the CSS file would I look in to change these settings? To clarify again - the page is cropped from the left onwards - depending on how much content is in the page - instead of adding a horizontal scrollbar.

Any ideas / suggestions would be much appreciated.

NJ

DrDoc

7:35 pm on Apr 9, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to WebmasterWorld!

Look for the

overflow
property. You most likely have something like this:
overflow: auto;

overflow-x: hidden;

njfuller

10:53 pm on Apr 9, 2009 (gmt 0)

10+ Year Member



Thank you, and would that be in the CSS file itself, or in a PHP file using the CSS? There is not a single overflow command in the CSS file anywhere - does it need to be added? If so - er - where?

Thank you!

NJ