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

    Hi, I have no Scroll to top button on mobile. Is there any way to activate it? Thanks. Tom.

    #1476150

    Hey tczubkowski_priv,

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

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

    Best regards,
    Rikard

    #1476271

    Thank you. It works. T.

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