More space between modules?

Hi all,

I would like to have more whitespace between my modules (pageblocks)
Does anyone knows a solution for this?

Thank

Quote · 16 Jul 2010

Edit the CSS file. The space between the blocks(Under each block) is in common.css.

.disignBoxFirst {
background-color:transparent;
background-image:url("../images/head_cutting.gif");
background-repeat:repeat-x;
border:1px solid #CCCCCC;
margin-bottom:10px;
position:relative;
}



The space between the columns is in general.css in the margins for the page columns.

.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 · 16 Jul 2010

OMG thank you verry much!Smile

I searched a long time for thi

Quote · 16 Jul 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.