• Resolved wanderrate

    (@wanderrate)


    Hello,

    I’m looking for an option zu change the distance between the widgets in my sidebar.
    I’d like to have the sidebar content a bit morg compact to save on space.
    Is there any possibilty to get this?

    Regards

    Sandra

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author ThemezHut

    (@pubudu-malalasekara)

    Hello @wanderrate,

    You can use custom CSS code to change the spacing between widgets. Copy and paste the following CSS code in the Additional CSS area of the customizer. ( Dashboard > Appearance > Customize > Additional CSS ) Please change the 30px value to your preferred value. ( For eg: 25px )

    #secondary .widget {
    margin: 0 0 30px;
    }

    After pasting the code hit the “Publish” button to save the changes.

    Please let me know if this is not what you were looking for.

    Thank you.

    Thread Starter wanderrate

    (@wanderrate)

    Hello and thank you so much for your help!
    I tried it and it worked perfectly.
    Thanks again und kind regards

    Sandra

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