Hi,
I’ve tried to find a solution to this in the forum but haven’t had any luck. I would like to reduce the spacing between widgets in the sidebar. In particular I have some without titles and so the spacing is looking particularly wide. How can I reduce the spacing to be more consistent with the side padding (30px).
Many thanks,
Marsha
Hey Marsha!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.widget {
padding-bottom: 0!important;
}
Cheers!
Yigit
Great, that closed it up a bit, much better anyway. Is their padding at the top as well that can be removed or reduced?