Hi,
Is it possible to add a “Top Page” button in mobile interface, like it does exist in your PC template ?
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
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;
}}
Since mobile browser scroll to top automatically when top of the browser touched, we removed back to top button to save space.
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 ?
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
Unless it is deactivated somewhere in my settings — it doesn’t work. I’ve tested 4 browsers (chrome, safari, opera, and native galaxy browser)
Hi,
Not sure about your specific model but I get the same results as Yigit on my end.
Cheers!
Rikard
You can mark this thread as resolved