Hi
I'm trying to center the center column on my website and I've hit a dead end. I know this has got to be a simple fix. Do y'all have any ideas?
Version: Zen Cart 1.3.8
Custom template
Thanks in advance for your help!
Meh!
Hi
I'm trying to center the center column on my website and I've hit a dead end. I know this has got to be a simple fix. Do y'all have any ideas?
Version: Zen Cart 1.3.8
Custom template
Thanks in advance for your help!
Meh!
It is full width but also appears centered
Zen-Venom Get Bitten
One of those weird cases where it's OK in IE6 and 7, but wrong in IE8 and FF.
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
padding: 0.8em;
border: 2px solid #FFFF00;
width:998px;
text-align:center;
margin:auto;
}
Try adding the red part.
I don't know if it's the cause, but ordinarily there's no reason to assign a width to .centerColumn.