[Resolved] Buttons spacing

Home Forums Support [Resolved] Buttons spacing

Home Forums Support Buttons spacing

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2143014
    Mary

    Hello,

    I just looked at what the buttons look like on the mobile. The buttons that are on the same line/same element are displayed without spaces between them.

    screenshot: https://prnt.sc/CsvG85kuPWVh

    When creating them, I will choose columns, click 2 columns, add buttons on each column. Then repeat it on the next line (not the same column). As you can see, there is plenty of space between the buttons that are created on their respective line but no space between buttons that are on the same line/element/column.

    Is there a way to fix this with one go? I also don’t see spacing options on WordPress or when I go to the customizer. If I remember it right, it wasn’t used to be like that. There were small spaces between. Not sure if the WP update did this.

    Also for desktop view, there’s barely any space between the buttons and the next heading. Sure, I could simply use the spacer block but I’ll have to do that 10-15 times in one post, perhaps, there’s a better way to solve this?

    screenshot: https://prnt.sc/XxJIMkN45cJq

    Thanks for your help,

    Mary

    #2143169
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    .wp-block-buttons > .wp-block-button {
        margin-bottom: 1em;
    }
    #2143191
    Mary

    Hi David,

    Thank you so much. That worked!

    #2143211
    David
    Staff
    Customer Support

    Glad to hear that!

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