Tagged: , ,

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

    The scroll top button (top arrow) that appears next to the footer appears on the desktop size. But when viewing on a mobile it does not appear. This means users have to scroll up manually making it a lot of work. Also is it possible to have the menu button stick on mobiles as well so one does not have to scroll up to click it?

    #500913

    Hey archieophobia!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

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

    Regards,
    Yigit

    #501253

    Worked like a charm.
    Any possibility of making the header/menu button stick on mobile, like it does on higher resolutions?

    Thanks,
    A

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