Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1421503

    Dear all, I am trying to add a scroll-up arrow in the mobile version.
    I already tried this, emptied cach with Redis Object cache (or should I do it differently?)
    Can you help out please?
    http://www.arnoldvanouwerkerk.nl

    #1421516

    Hey,

    Please refer to this post: https://kriesi.at/documentation/enfold/footer/#display-scroll-to-top-button-mobile

    If this doesn’t work for you, please check if you have any errors in your custom CSS. You can use this website to do that http://csslint.net/.

    Regards,
    Yigit

    #1421549

    Hi there Yigit, I cleaned it up for a whole lot.
    Errors are gone. Many warnings to do. Great tool.

    But now my hamburger menu and social media icons in mobile jump over the Logo.

    What to do?

    #1421571

    Hi Henningcircle,

    I can’t seem to see the social media icons on mobile from the link you gave, did you remove it?
    Also, I don’t see the hamburger menu jumping over the logo, is the issue already fixed? if not, can you provide a screenshot?

    Best regards,
    Nikko

    #1421586

    Miraculously it has gone, Nikko,

    I have a delay in the refreshing of the site it seems. In spite of emptying cache various times.
    The aim is to have both burger menu and social icons on mobile screen.

    The question in this topic was how to add a scroll-to-top on the mobile screen.

    Thanks a lot!
    Henning

    #1421666

    Hi,

    Please try this CSS to display the social icons on small mobile screens as well:

    @media only screen and (max-width: 479px) {
    .responsive #top #wrap_all #header .social_bookmarks {
        display: none;
    }
    }

    Please note that there is not much space in the header on screen sizes like that, so you would likely have to apply additional CSS in order to make it look good.

    Best regards,
    Rikard

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