Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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,
    Katharina

    #1038725

    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

    #1038786

    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.

    #1039044

    Hi,

    Please provide admin info in the private area so we can log in and look into this issue further.

    Best regards,
    Jordan Shannon

    #1041388

    Please found my infos in Private Content.

    Thank you

    #1041506

    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

    #1041535

    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

    #1041592

    Hi Katharina,

    Yes I know, that is what I was referring to. I just verified both from desktop and from mobile that it’s visible on both screens. Please try clearing your mobile browser cache and reload the page.

    Best regards,
    Rikard

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