• Resolved steffrose16

    (@steffrose16)


    Is there a way to reduce the spacing between widgets/blocks when adding multiple items in one column? Especially when adding links on top of each other. It currently looks like 2.5 spacing or maybe even more.

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

    (@brankoconjic)

    The spacing between widgets in the same widget column is 40px.

    You can change it with this CSS:

    #sinatra-footer .sinatra-footer-column .si-widget {
        margin-bottom: 8px;
    }

    Feel free to adjust the value. The CSS can be added into the Additional CSS field in Appearance ? Customize.

    Thanks!

    Thread Starter steffrose16

    (@steffrose16)

    Thank you, the code worked!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Footer: Spacing between blocks/widgets’ is closed to new replies.