JCLeungDesign
Member
Posted 1 year ago #
I am using Weaver and cannot find a way to increase the spacing between sidebar widget containers (and also the widget and footer).
See http://www.cambriansprings.com to see what I mean
I have read various solutions involving margins and padding, but this makes my containters bigger (my containers are not ransparent) as opposed to increasing the space between the widgets themselves.
Have you tried adding this to style.css:
#primary.widget-area, #secondary.widget-area { margin-bottom: 40px !important; }
JCLeungDesign
Member
Posted 1 year ago #
Perfect. For future reference, in general, does the "!important" place the margin after the containter?
The margin-bottom places it at the bottom. The !important will make it override any other margin-bottom without the !important.
Put in nonbraking space ( )
JCLeungDesign
Member
Posted 1 year ago #
Thanks! you been a great help.