• The buttons don’t appear aligned on the sides, while they are aligned in Editing mode.
    How do I fix this?

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

Viewing 1 replies (of 1 total)
  • Hey,
    They are display:inline-block which is really more designed for a row not a grid, in browser the wrap creates extra space. You can use css like this on your site.

    .wp-block-kadence-advancedbtn.kt-btn-align-right {
        display: flex;
        flex-wrap: wrap;
    }

    Ben

Viewing 1 replies (of 1 total)
  • The topic ‘Non aligned buttons’ is closed to new replies.