
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