I am using rainbow theme. I need to change the tables to be fixed width with a left column [145px] to accommodate my js menu - at www.malikstores.co.uk
I have manually added some left columns in some pages but this leaves me with a couple of problems:
I have to change a large number of files (hence the benefit of css of course!)
Sometimes pages get overwritten on upgrade and I have a squiffy page again!!
This is the existing .css reference.
.mainTable {width: 800px; min-height: 568px; height: 568px;}
.mainTable75 {width: 700px; min-height: 568px; height: 568px;}
.mainTable50 {width: 400px; min-height: 568px; height: 568px;}
I can't see what I need to do - could some css guru please advise me?
Thanks
Chris