I'm trying to figure out how to increase the padding between the columns. I tried css, but the width of the columns is hardcoded dynamically. I even tried adding a 3rd column in between the other two. But that doesn't show up. Any help?
I'm trying to figure out how to increase the padding between the columns. I tried css, but the width of the columns is hardcoded dynamically. I even tried adding a 3rd column in between the other two. But that doesn't show up. Any help? |
Its done in the page blocks. templates/base/general.css in the following sections. Adjust the margins as needed. .page_block_container { https://www.deanbassett.com |
a solution for me - templates - css - common.css - add - margin:10px;
disignBoxFirst {
background-color:transparent;
background-image:url("../images/head_cutting.gif");
background-repeat:repeat-x;
border:1px
solid #CCCCCC;
margin-bottom:10px;
margin:10px;
Bosun / Moderator -- My Products : http://www.boonex.com/market/posts/danielmarseille |
Awesome! Thanks so much! |