Viewing 1 replies (of 1 total)
  • Plugin Contributor Gilbert Hernandez

    (@ghernkadence)

    Hello @martinklein

    Could you explain what you’re trying to accomplish? I see the screenshot you shared and I see the page you linked. The difference appears to be that the text is aligned to the bottom of the icon in the screenshot, but is center aligned on the frontend. Here is a screenshot of the buttons on the page you linked.

    I’m not sure why the text is aligned to the bottom of the icon on your screenshot, but they should be centered. I don’t see settings to change the alignment. If you want to bottom align the text to the icon, add CSS to add padding. For example, add the following CSS and let me know if that works for you.

    span.kt-btn-inner-text {
        padding-top: 15px;
    }
Viewing 1 replies (of 1 total)

The topic ‘Advanced Button block with added link breaks text alignment’ is closed to new replies.