Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #845525

    Hi –

    I discovered that the #top button (which takes user to top of page) is not appearing in mobile. Is there a setting I’m missing to enable this functionality? Please advise.

    Thanks,

    Rebecca

    #845595

    Hey bigcon6_wp,

    Add the following to quick css:

    
    @media only screen and (max-width: 767px) {
    .responsive #scroll-top-link {
      display: block !important;
    }}

    Best regards,
    Jordan Shannon

    #846584

    Thanks. This worked! Please close ticket/thread.

    R

    #846608

    You’re welcome! Let us know here in the forums if you need help with anything else.

    Best regards,
    Sarah

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘#top button not appearing on mobile’ is closed to new replies.