Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #493865

    Hi,

    Is it possible to add a “Top Page” button in mobile interface, like it does exist in your PC template ?

    #494116

    Hey!

    Try adding this code to the Quick CSS:

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

    Cheers! 
    Josue

    #494155

    Thanks, it’s working.
    Actually I’ve discoverd the native css file contains :

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

    Why?

    To whom it may concern, I’ve customized Josue’s css code this way:

    @media only screen and (max-width: 767px) {
    .responsive #scroll-top-link {display: block; margin: -40px; background-color: #9A9A9A; color: #f05a1a;
    }}
    #494160

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

    #494194

    I got 4 of most used browsers on my Galaxy S6, I’ve just tried your technique but it does work. None of them goes to top.
    I missed smth ?

    #494205

    Hi!

    Are you sure that you are touching the very top of the browser while at the bottom of the page? I do not have an actual S6 but it works on iphones that i use/used and my friends Android devices. I highly doubt that that feature was disabled on Galaxy S6.

    Cheers!
    Yigit

    #494214

    Unless it is deactivated somewhere in my settings — it doesn’t work. I’ve tested 4 browsers (chrome, safari, opera, and native galaxy browser)

    #494664

    Hi,

    Not sure about your specific model but I get the same results as Yigit on my end.

    Cheers!
    Rikard

    #494978

    You can mark this thread as resolved

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘“Top Page” button in mobile interface’ is closed to new replies.