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

    i’m creating a website with Enfold theme but the scroll to top button is not there on iPhone (is working on android).
    How to resolve

    #838925

    Hey davelaar,

    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

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

    Hope this helps :)

    Best regards,
    Nikko

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