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

    Dear team,

    When i have opened this site using mobile phone, the scroll top button is not displayed.
    How to fix this problem? I have tried with asus Zenfone 5.

    #452748

    Hey JJ!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

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

    Cheers!
    Yigit

    #452751

    Hi Yigit,

    Thank for fast response. The button is dispalyed.
    Thanks :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Scroll to Top button is not displayed in Mobile’ is closed to new replies.