PDA

View Full Version : cms - widget spacing


robert garrett
08-15-2010, 03:50 AM
I need to increase the space between widgets in the main cms page. I have tried several different ways to no avail. Anybody got any ideas. I am just looking for 20 px or so.

RG

Lynne
08-15-2010, 01:48 PM
Link?

And... top to bottom spacing or left to right spacing or ??

robert garrett
08-15-2010, 01:59 PM
http://www.naturalpigments.com/vb

on the left side there is no space between the widgets at all, they are stacked on top of each other.

vb 4.06

RG

--------------- Added 1281889821 at 1281889821 ---------------

Thanks Lynne I found the answer I was looking for.. it amounted to..

.cms_widget:first-child {
margin-bottom:20px;


}
.cms_widget {margin-bottom: 20px;}

for some reason I had to use both of them..

This is still the bug from 4.03 -> 4.04 and the cms widget margin not being enforced.
At least thats what it looks like to me.

RG

GamerPerfection
08-15-2010, 05:57 PM
Awesome, been wondering for ages how to put a gap between the widgets. Thanks dude. :)