• Resolved dandesign70

    (@dandesign70)


    Hi!

    The widgets in my sidebar have a lot of space between them. How can I reduce these spaces? If this involves CSS, I’d need the idiots guide as I am not experienced in this kind of editing…

    Regards Daniel

Viewing 1 replies (of 1 total)
  • maheswar1manyam

    (@maheswar1manyam)

    Hii @dandesign70

    Thank you for reaching out!

    Please add the following CSS code snippet to the “Additional CSS” section in the theme customizer to reduce the space between sidebar widgets:

    .widget-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
    }

    You can adjust the margin values according to your preference. If this CSS doesn’t work for your site, kindly share your site URL, and we’ll take a closer look at your sidebar to provide a more tailored CSS solution.

    Regards
    Maheswar

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.