• Resolved Dozent.IS

    (@istag)


    Hi
    could you please adjust the space between (widget)blocks in footer?
    2.8em is way to high (e.g. check the distance between heading and paragraph-block)

    <section id="block-6" class="widget widget_block">
    <h3 class=".....">Newsletter </h3>
    </section>

    CSS

    .widget {
        margin: 0 0 2.8em 0;
    }
Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @istag,

    Do you have any site URL we can take a look at?

    Or maybe share with us the steps to replicate this?

    Looking forward to hearing from you.

    Kind regards,
    Herman 🙂

    Thread Starter Dozent.IS

    (@istag)

    Thanks Herman for your reply.
    Well I’m developing on localhost and can’t send you an url to look into it.
    (I’m teaching as lector and we are using wp 5.8 with your latest release in our course)
    I just can tell you that with the new widget blocks in 5.8 using with your footer builder I noticed the big gap. Just add an usual heading and a paragraph block and you will see.
    Otherwise I can send you a screenshot

    I noticed the same thing. Is there a way to adjust it in Customizer, or do I need to put my own rule into child theme sytle.css?

    Thread Starter Dozent.IS

    (@istag)

    Found a quick solution so far.

    Just merge the needed blocks in one group-block (like one widget).
    the large margin-bottom of heading is gone.

    Hi @istag, @fotoduda,

    Sorry for the delay.

    I had a discussion with the team and we added 2.8em margin-bottom intentionally. This margin applied to all blocks in the Widget except the last one. Custom CSS is needed if you would like to modify the behavior on your site.

    In @istag case, what you recently have done should be a nice workaround and will not cause any issue.

    Let us know if you need more help, otherwise please mark the topic as Resolved.

    Have a nice day and stay safe!

    Kind regards,
    Herman 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Block/Widget margin-bottom in footer’ is closed to new replies.