• Resolved burnuser

    (@burnuser)


    Test with WP 6.6.2 and Themes Twenty Twenty-Two and Twenty Twenty-Four

    Text (Adv) block works as expected in the boundaries of Theme content width.

    But after adding a “Text Wrap Link” in Link Settings, the block uses nearly the whole screen width in the resulting webpage and breaks the whole layout!
    (Removing the Link resolves the problem.)

    I found a workaround (putting the “Text (Adv)” block in a WordPress Group) to use “Text Wrap Link” without breaking the layout, but I think there is something broken.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support karlalevelup

    (@karlalevelup)

    Hi there!

    Glad you reached out to us.

    The layout issue will be resolved if the display: block; CSS property will be added to the anchor HTML tag.

    I’ve escalated this to our team to check further and fix eventually.

    For anyone having the same issue, you can add this to your website’s Customizer > Additional CSS as a temporary solution:

    a.kb-advanced-heading-link {
    display: block;
    }

    I hope this helps and let me know if I can help you further.

    Plugin Support karlalevelup

    (@karlalevelup)

    Hi, @burnuser

    Please let me know if you need more help with this. Otherwise, I’ll go ahead and mark this topic as resolved.

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