Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #468060

    Hi there,
    I’m trying to fix the problem that the scroll to top button not showing on mobile devices. I’ve tried everything, read everything etc…It used to work fine but somewhere along the way it disappeared.
    Is there any solution and is it a common problem?
    Thanks!

    #468069

    Hi hansvanasch!

    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;
    }}

    Since mobile browser scroll to top automatically when top of the browser touched, we removed back to top button to save space :)

    Cheers!
    Yigit

    #468102

    Hi Yigit,

    Thank you for your quick response. It’s works! Have a nice day!

    With kind regards,
    Hans van Asch

    #468105

    Hi!

    You are welcome, we are always happy to help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Scroll-Top-Link not showing on mobile devices’ is closed to new replies.