Is it possible to change the spacing between widgets in the sidebar. There seems to be a lot of padding or margin between widgets.
Thanks
Hey svreatt!
Thank you for using our theme.
Can you give us a link to this page please? Then we can give you the correct CSS.
You can post it here as a private reply.
Best regards,
Günter
Hey!
Thank you for coming back.
In custom.css or Enfold -> General Styling -> Quick CSS field (or when using a child theme: in styles.css of the child theme or Enfold-Child -> General Styling -> Quick CSS field) put the following and adjust the values as needed:
.sidebar .widget.clearfix.widget_image {
padding-bottom: 0 !important;
padding-top: 0 !important;
}
Best regards,
Günter