Can someone please help me alter the width of the right and left columns. I have altered the following code several ways. i can get the right column the width I want it but the left column is giving me problems. When I increase the size of the right column and decrease the left, the Navigation in the left column decreases within the left column but the actual left column and background still remain the same. Evidently there is some additional code that I have yet to find and alter.
#ja-leftcol {
float: left;
width: 19.9%;
}
#ja-rightcol {
float: right;
width: 24.9%;
overflow: hidden;
}
Brad