Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #926415

    hello,
    is there an option like the to scroll back to top arrow that comes with the fullscreen layout that can be applied to mobile as well? right now viewers have to manually scroll back to top and some of my pages are longer. and I prefer to not have a footer menu.

    Thank you,
    Colleen

    #926631

    Hey Colferg,

    Please try the following in Quick CSS under Enfold->General Styling:

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

    Best regards,
    Rikard

    #927894

    great thank you Rikard!

    Colleen

    #928123

    Hi Colleen,

    Glad that Rikard helped you. Thanks for using Enfold and have a great weekend :)

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘scroll back to top on mobile’ is closed to new replies.