Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #457589

    Hi there,

    The back to top arrow is not appearing on mobile on a site I have built – http://creativebusinessconsulting.com.au

    My client would like this to appear, can this be fixed? Any assistance would be appreciated :)

    Joey

    #457670

    Hi joey13!

    Please try the following in Quick CSS under Enfold–>General Styling:

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

    Regards,
    Rikard

    #458135

    Thanks so much, worked a treat!

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