PDA

View Full Version : Add spaces between widgets.


durruti
02-19-2012, 01:01 PM
I downloaded a custom grid that is suitable for my simple front page. Usually, by changing the margin value in vB CMS (AdminCP), a margin between widgets can be established, but somehow it doesn't work for this grid. What should I add so that I can put extra margin between the widgets?

<div id="doc3">
<div id="DefaultWrapper">
<div id="DefaultMainCol">
<div class="leftcol yui-sidebar" style="width:240px; float:left;">
<ul class="list_no_decoration" id="widgetlist_column1">$column[1]</ul>
</div>
<div class="centercol yui-panel" style="padding:0 0 10px 10px; align:right; overflow:hidden;">
<ul class="list_no_decoration" id="widgetlist_column2">$column[2]</ul>
</div>
</div>
</div>
</div>

Screenshot: http://s7.postimage.org/fstlz24t5/margin.png

Lynne
02-20-2012, 05:05 PM
It's much easier to suggest some CSS if we can get a link to the section.