I am probably being a real numb-nuts here but …
I am trying to change to a 1024 width but am having problems finding which bits in the CSS will change the various sections widths.
Does anyone know which bits in the style sheet I need to change to set the width of the left and right side bars and the central area? I had assumed that the central area would fill the remainder but when I have managed to alter a few things, half the text in the centre appears to disappear into nothingness.
For the side bars I thought changing the 170px in the code below would work, but no joy.
.page_body_content_left_column {
float: left;
width: 170px;
}
You see what I mean here http://www.viteyes.co.uk/acatalog/te..._Advanced.html
James
I am trying to change to a 1024 width but am having problems finding which bits in the CSS will change the various sections widths.
Does anyone know which bits in the style sheet I need to change to set the width of the left and right side bars and the central area? I had assumed that the central area would fill the remainder but when I have managed to alter a few things, half the text in the centre appears to disappear into nothingness.
For the side bars I thought changing the 170px in the code below would work, but no joy.
.page_body_content_left_column {
float: left;
width: 170px;
}
You see what I mean here http://www.viteyes.co.uk/acatalog/te..._Advanced.html
James
Comment