Tagged: 

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

    Hi!
    Is there any way to add the scroll back to top button on mobile?
    Thanks!
    Best,
    Hanna

    #719699

    Hey HannaVogt,

    Try add to add this code in Quick CSS (located in Enfold > General Styling):

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

    Let us know if it works :)

    Best regards,
    Nikko

    #719724

    That was it, great! Thanks!

    Best,
    Hanna

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