I've compared other css files, and tried any combination posible and I can't get where I manage the space between boxes....![]()
Can anyone point me to the correct direction?![]()
I've compared other css files, and tried any combination posible and I can't get where I manage the space between boxes....![]()
Can anyone point me to the correct direction?![]()
IDEAS Girl
IDEAS Creative Group = Your image... our business!
If you are refering to the sideboxes and the spacing between each.manage the space between boxes
This is in the css and you would add padding between them
Zen-Venom Get Bitten
Or in your case adjust the height value left & right. If you want to adjust the distance from the header this is padding and is just below this code in your stylesheet.css
/*SIDEBOX CSS*/
.column_box_spacer_left {
height: 6px;
}
.column_box_spacer_right {
height: 6px;
}
.column_box_spacer_single {
height: 6px;
}
Zen-Venom Get Bitten
It would also be important to specify that if this requester is using a custom template that these modifications would need to be done from another CSS file.
This is in the css and you would add padding between them
![]()
For an exaggerated view ... I threw into the stylesheet:
.leftBoxContainer {
border: 1px solid #ffffff;
margin-bottom: 5.5em;
}
.rightBoxContainer {
border: 1px solid #ffffff;
margin-bottom: 5.5em;
}
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Thank you guys... Linda's trick worked, since I'm on 1.3.![]()
IDEAS Girl
IDEAS Creative Group = Your image... our business!