Disabling columns for certain pages is actually quite easy.
For the home page use: (change the center column width to suit your own site)
body#index #center_column {width:951px}
body#index #right_column #left_column {display:none}
For the category pages use:
body#category #center_column {width:951px}
body#category #right_column {display:none}
For the product pages use:
body#product #center_column {width:951px}
body#product #left_column {display:none}
This will work fine, aslong as you don't want to move boxes from left to right depending on the page.
Tidak ada komentar:
Posting Komentar