3
Thanks Rabideau
I've looked in style.css and done a search for centercolumn and found the following :
td#centercolumn th {background-color: #55331A; color: #FFFFFF; vertical-align: middle;}
td#centerCcolumn {padding: 0px 3px 1px 3px;}
td#centerCcolumn legend.blockTitle {padding: 3px; color: #4A3108; font-weight: bold; margin-top: 0px; margin-right: 0px; margin-left: 0px;}
td#centerCcolumn div.blockContent {border-left: 1px solid #4A3108; border-right: 1px solid #4A3108; border-bottom: 1px solid #4A3108; padding: 3px; margin-right: 0px; margin-left: 0px; margin-bottom: 2px; line-height: 120%;background-color: #FFF3D0;}
Much of the values there are px but do not appear to relate to the width specifically.
The only one's I can find relating to width are :
table {width: 100%; margin: 0; padding: 0; font-size: 12px}
....
table td {padding: 0; border-width: 0; vertical-align: top; font-family: Verdana, Arial, Helvetica, sans-serif;}
....
td#leftcolumn {width: 170px; font-size:12px; border: 1px solid #55331A;}
....
[b]td#rightcolumn {width: 170px; border: 1px solid #55331A; font-size:12px;}[/b]
....
td#centerLcolumn {width: 50%; padding: 0px 3px 0px 0px;}
....
Would it be fair to say the one in bold could be the one to change? If so, what does 170px convert into percentage wise?
Help appreciated as always