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 [DATE]1281889821[/DATE] at [TIME]1281889821[/TIME] ---------------
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