I know by adjusting the below code I can change the width of the left and right columns but I can’t fiugure out hot to make the content fit within the content table and to get the backgrounds to adjust in the columns. Does anyone know how I can increase the left and right columns?
#ja-content {
clear: both;
display: block;
float: left;
width: 59%; <-- chnage this to say 49
}
#ja-content div.ja-innerpad {
padding: 0 10px 0 25px;
}
/* COLUMNS
--------------------------------------------------------- */
#ja-colwrap {
float: right;
overflow: hidden;
width: 40%; <--- change this to 50
}