
Originally Posted by
Icecube
Hi all, first time with Zen Cart and I have to say I have never done so much reading to try and figure things out as I have with this.
I have tried to find the solution to my issue throughout these forums, but I have not succeeded.
So continuing with this topic of CDP. I installed it and it seems to be fine except for 1 thing. For some reason it is pushing my right side bar outside of the border.
You can see here what I mean.
http://babiesbigandtall.com/shop/ind...ex&cPath=48_50
Actually if you go to the home page, I have the same issue with the banner.
For some reason I am not sure how I can bring the center column a little more narrow, if that will help I am not sure either.
I am using version 1.5. This wasn't an upgrade, I just started to use it.
Please help

It is the border within the border that is causing the problem on most pages.
If you delete the code below from the Stylesheet it fixes it:
Code:
{
.centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .specialsListBoxContents {
border-bottom: 1px solid #EEEEEE;
border-right: 1px solid #EEEEEE;
height: 186px;
margin: 0 !important;
padding: 18px 18px 12px;
width: 150px !important;
}
I think the banner is effecting the homepage as well. Someone with more template/code experience may be able to help you more.
Bookmarks