Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #876800

    0ldwest
    Participant

    We have a homepage button that is not clickable when in responsive (displaying on a smartphone or tablet). The button works perfectly fine on standard displays. I’ve checked the shortcode, ensured all is proper in it, no solution as of yet. I can provide the url privately following this initial info.

    #876805

    0ldwest
    Participant
    This reply has been marked as private.
    #877552

    Rupok
    Member

    Hi there,

    Thanks for writing in! It’s because your text+anchor markup is a bit messy and they are overflowing each other.

    However you can add this under Custom > CSS in the Customizer to fix this :

    .home .white-txt-drk-bg a {
      z-index: 99;
    }

    Hope this helps.

    Cheers!