Quote Originally Posted by namasa
Hello,

With the latest version of ZenCart, I haven't been able to decipher how to adjust the left-padding of my left colum side boxes. I've tried tweeking the following code in stylesheet.css:

.column_left, .column_right, .column_single {
background: #ffffff;
padding: 0px;
}

.leftboxcontent, .rightboxcontent {
line-height: 125%;
padding: 0px;
border-top: 0px solid #9a9a9a;
border-bottom: 0px solid #9a9a9a;

.main_page{
width: 100% !important;
background-color: #ffffff;
border-right: 1px solid #9a9a9a;
border-left: 1px solid #9a9a9a;
border-bottom: 0px solid #9a9a9a;
/*padding: 5px;*/

No success with that. I would like to have my left colum flush with the main page border, no padding. Can anyone help? Sincerely,

Nathan
You post is slightly contradictory. You say that you've changed these settings in stylesheet.css (which is template_default), but these look like classes from the stylesheet_original.css that is part of the classic template.

The answer to stylesheet problems almost always proves to be where you're not looking (otherwise you'd have found it yourself), so your posting only really shows where it's not, but gives few clues as to where it is. Do you have a link to the site so that we can see it in context?