Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #592400

    Is there a way to enable scroll to top in mobile or a tablet?
    It works well on a desktop browser.

    Cheers!

    #593125

    Hey djsmbd,

    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

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