Padding between columns?

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?

Quote · 25 Apr 2010

Its done in the page blocks. templates/base/general.css in the following sections. Adjust the margins as needed.

.page_block_container {
margin-left: 5px;
margin-right: 5px;
}
.page_column_single .page_block_container {
margin-left: 0px;
margin-right: 0px;
}
.page_column_first .page_block_container {
margin-left: 0px;
}

.page_column_last .page_block_container {
margin-right: 0px;
}

https://www.deanbassett.com
Quote · 25 Apr 2010
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
Quote · 25 Apr 2010

Awesome!  Thanks so much!

Quote · 25 Apr 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.