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

    Hello,

    When viewing my website on my computer, there is an anchor arrow on the bottom right hand corner that will take you back to the top of the page. How can I add this for mobile viewing as well? Please see below for reference pictures.

    Thank you.

    #854165

    Hey Wisith,

    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;
    }
    }

    Best regards,
    Rikard

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