Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Product listing width

Product listing width

Views: 664

Results 1 to 4 of 4
24 Mar 2012, 12:19 AM
#1
canemasters avatar

canemasters

Zen Follower

Join Date:
Mar 2007
Posts:
444
Plugin Contributions:
0

Product listing width

I've found a few articles that speak of this, but couldn't find one that was exactly what I was looking for.

If you look at:
http://www.hardwoodcanes.com/walking-canes-c-3.html

I want it wider. I've modified in the stylesheet.css:

.centerColumn {
padding: 0 8px 0 8px;
margin-left:auto;
margin-right:auto;
width:100%;
}

I've also tried:

.centerColumn {
width: 875px;
}

The later of the 2 that I've tried works better, but it floats to the right, past the black border, and on to the hardwood background.

I tried adding:
align: center;
but that didn't work either.

Any ideas?

24 Mar 2012, 12:27 AM
#2
canemasters avatar

canemasters

Zen Follower

Join Date:
Mar 2007
Posts:
444
Plugin Contributions:
0

Re: Product listing width

I believe I fixed it by modifying:

#navColumnOne, #navColumnTwo {
display: none;
}

will that hurt anything?

24 Mar 2012, 12:39 AM
#3
canemasters avatar

canemasters

Zen Follower

Join Date:
Mar 2007
Posts:
444
Plugin Contributions:
0

Re: Product listing width

DOH! Now the product description text is floating to the left... :frusty:

24 Mar 2012, 1:10 AM
#4
canemasters avatar

canemasters

Zen Follower

Join Date:
Mar 2007
Posts:
444
Plugin Contributions:
0

Re: Product listing width

Nevermind. Code 4.