Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / disable right column only in Category page

disable right column only in Category page

Views: 538

Results 1 to 2 of 2
21 Jun 2013, 3:19 AM
#1
asdfwen avatar

asdfwen

New Zenner

Join Date:
May 2012
Posts:
30
Plugin Contributions:
0

disable right column only in Category page

Hi, I installed Cherry Zen template. I tested to disable the left column below way only in Category page. It works.

#indexBody #navColumnOne {display:none;}
#indexBody .outer {padding-left:20px;}
#indexBody #contentMainWrapperb {background-image:none;}

However, I tried to disable right column below way. It did not work. I want to keep left column and disable right column. Is there anyone who can help me?

#indexBody #navColumnTwo {display:none;}
#indexBody .outer {padding-right:20px;}
#indexBody #contentMainWrapperb {background-image:none;}

21 Jun 2013, 3:52 AM
#2
asdfwen avatar

asdfwen

New Zenner

Join Date:
May 2012
Posts:
30
Plugin Contributions:
0

Re: disable right column only in Category page

Hi, I disable the right column below way. It works. No need to answer now. Thanks!
#indexBody #navColumnTwo {display:none;}
#indexBody .outer {padding-right:0;}
#indexBody #contentMainWrapper {background-image:none;}