Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #427211

    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

    #427463

    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

    #427969
    This reply has been marked as private.
    #428210

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.