• 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 2 replies - 1 through 2 (of 2 total)
  • 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

    Thread Starter dandesign70

    (@dandesign70)

    Hi again! The CSS code (suggested above with the margins at 0px) worked to some extent but there is still more (vertical) space between the sidebar widgets than I would like. Could this be due to some padding values in the individual widgets perhaps? Can you suggest a fix for this?

    https://classicscooterrun.no/2025/

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Reduce space between widgets – Responsive Theme’ is closed to new replies.