• Resolved clausbach

    (@clausbach)


    Hi,

    I am a beginner in WP, so i’m sorry if this is a stupid quiestion.

    I have made 4 blocks with buttons, and i need the 4 blocks because i reuse them on different pages. It is standard WP buttons.

    I have changed a lot off things in CSS, but i have one single problem I can’t fix. There is to much space between the blocks with buttons. I think it is in the div WP-BLOCK-BUTTONS I have to do something, but all the things I have tryed have no effect.

    Can anybody help ?

    Claus

    • This topic was modified 4 years, 4 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Did you try to add to your Additional-CSS (Custom-CSS):

    .wp-block-buttons .wp-block-button {
    margin-top: 0px;
    margin-left: 1px;
    margin-bottom: 1px;
    }

    You may take various sizes.

    Try this:

    .wp-block-button.is-style-outline {
        height: 0px;
    }

    Thank you.

    Thread Starter clausbach

    (@clausbach)

    Hello @willem0

    Well, it works. I have tryed that, but only on wp-block-buttons. Thank you very much ??

    Claus

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Space between button blocks’ is closed to new replies.