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

    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

    #616945

    Hey Marsha!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .widget {
        padding-bottom: 0!important;
    }

    Cheers!
    Yigit

    #617021

    Great, that closed it up a bit, much better anyway. Is their padding at the top as well that can be removed or reduced?

    #617027

    Hey!

    Currently it is set to 30px, you can adjust the value using following custom CSS

    .widget {
        padding-top: 25px !important;
    }

    :)

    Regards,
    Yigit

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