-
AuthorPosts
-
November 28, 2018 at 8:49 pm #1038714
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,
KatharinaNovember 28, 2018 at 9:08 pm #1038725Hey 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 ShannonNovember 29, 2018 at 2:57 am #1038786Hi 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.November 29, 2018 at 5:13 pm #1039044Hi,
Please provide admin info in the private area so we can log in and look into this issue further.
Best regards,
Jordan ShannonDecember 5, 2018 at 9:24 pm #1041388Please found my infos in Private Content.
Thank you
December 6, 2018 at 6:38 am #1041506Hi 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,
RikardDecember 6, 2018 at 7:56 am #1041535Hm – 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
KatharinaDecember 6, 2018 at 12:05 pm #1041592 -
AuthorPosts
- You must be logged in to reply to this topic.
