• Resolved Valentin

    (@vbachem)


    I switched in the sidebar from widgets to blocks.
    Now there is a larger gap between heading (H1, H2, H3, H4, …) and the next block. How can I reduce this gap in the sidebar?

    See screenshot: https://imgur.com/a/oHcaS9F

    In sidebar on the side:
    – Heading H3
    – Text
    – Newest Articles Widget
    – Heading H3
    – Text

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Valentin

    (@vbachem)

    I solved it with reducing the padding to 0px by posting this css into my additional css configuration in customizer:

    .widget {
    	padding-bottom: 0px;
    	margin-bottom: 20px;
    }

    Hi there,

    We’re glad to hear you managed to solve the issue in the meantime and thank you for sharing your solution with the community!

    Have a great day!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sidebar: gap between heading and text’ is closed to new replies.