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

    Hi there,

    I have lost my scroll to top-arrow (or maybe it never was there?). It is missing on mobile devices.

    Can you help me bring it back?

    Hope to hear from you!

    Maaike

    #968215

    Hey maaikevk,

    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

    #971218

    Works like a charm :-)

    Thanks Rikard

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Scroll to top arrow is missing’ is closed to new replies.