Tagged: 

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

    When a mobile user reaches the end of my page on mobile, there is not “scroll to the top” icon like in desktop.
    Is that how it should be or is there anything I can do to fix it?

    #784272

    Hey Dee007,

    That’s how it was designed. Since mobile browsers scroll to top when top of the browser is touched, Enfold’s scroll to top button is hidden on mobile to save space. 

    To display it for your website, 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;
    }}
    

    If you want, you can request a hide/display option for mobiles here – https://kriesi.at/support/enfold-feature-requests/

    Best regards,
    Sarah

    #788552

    Regarding this scroll button for mobile. In my humble opinion I think that you are not considering if the user really know how to go to the top in a mobile. We are a quite technical savvy company and just 1 out of 10 of my colleagues I tested this with knew that you could click on the top of the browser. What would be great is to have this button appear for mobile the moment the user start scrolling upwards i.e then offer him/her to get to the top with only one click. This would save space in all situations when it is not needed right?

    #788723

    Hi @Terve,

    Thanks for the feedback, much appreciated. We’ll have a look at having the scroll to top button active by default for mobile devices.

    Best regards,
    Rikard

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