Hi,
I think I remember you have hide the scroll up button on mobile.
My client would like to have a scroll up button in mobile cuz the page is way to long.
I did try:
@media only screen and (max-width: 767px) {
.responsive #scroll-top-link {
display: block !important;
}
}
and also this code:
@media only screen and (min-width: 769px) {
#scroll-top-link { display: none !important; }}
@media only screen and (max-width: 768px) {
#scroll-top-link { display: block !important; }}
but nothing works.
Thank you for your help,
Katharina
Hey sonderdesigner,
Did you add your css to the very top of quick css so that it runs first? Also, be sure to clear the cache a few times over.
Best regards,
Jordan Shannon
Hi Jordan,
my Quick css looks like this:
@media only screen and (max-width: 767px) {
.responsive #scroll-top-link {
display: block !important;
}
}
#main p a { text-decoration: underline; }
We just starting on this website. There is not to much css yet. And yes – I did cleared my cache.
Any more ideas.
Thanks.
Hi,
Please provide admin info in the private area so we can log in and look into this issue further.
Best regards,
Jordan Shannon
Please found my infos in Private Content.
Thank you
Hi Katharina,
Thanks for that, but the scroll to top link work just fine on my end when checking in Chrome. Could you try to check in a different browser or an incognito window in Chrome please?
Best regards,
Rikard
Hm – Im talking about the mobile version. I do have the scroll up button in all browsers but I miss it in my mobile view.
I checked it with iPhone.
Thanks
Katharina