Spatial theme button text inline on mobile version

  • Unknown's avatar

    Hi. Is there a css code I can add so the button text shows correctly on mobile version? right now it looks like this example:

    Conn
    ect
    with
    us

    instead of: Connect with us

    Thanks!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there,

    Try and override the 100px declaration for the width of that block/element. I tried this and it worked for the majority of the mobile screens in the dev tool.

    .wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
        width: 120px;

    Hope it works.

  • The topic ‘Spatial theme button text inline on mobile version’ is closed to new replies.