Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1476953

    Hi,
    i think enfold has the possibillity of a “nach oben” button for longer pages to scroll to top?
    Cannot find where to activate. Maybe just for smartphones?
    Thanks in advance
    Auge

    #1476972

    Hey Augeundso,

    That should be visible once you scroll down a bit. If it’s not, then please post a link to where we can see the problem that you are having.

    Best regards,
    Rikard

    #1476991

    oops. Sorry.

    • This reply was modified 1 month, 2 weeks ago by Augeundso.
    #1477023

    Hi,

    Thank you for the link.

    The scroll-to-top button is there, in the bottom right corner of the page, beside the cookie consent message. If you want to move it to the left, use the following css code:

    #scroll-top-link {
        left: 50px;
        bottom: 50px;
        right: auto;
    }

    Best regards,
    Ismael

    #1477035

    Thanks,
    cannot see one on my phone. But seems a problem on my phonebrowser cause i cannot see this on any page.
    Thanke for help. Moved it to left.

    #1477055

    Hi,

    If you want to display the scroll to top link on mobile, then please add this to Quick CSS:

    @media only screen and (max-width: 767px) {
      .responsive #scroll-top-link {
        display: block;
      }
    }

    Best regards,
    Rikard

    #1477074

    Thanks a lot! Perfect. Works now even on my phone.

    • This reply was modified 1 month, 2 weeks ago by Augeundso.
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘How to activate: Nach oben Button (Top)’ is closed to new replies.