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

    HI,

    How do I set up the scroll up button on the mobile?

    when I scroll all the way down the page I would like to have a button which will take me to the top.

    Also where can I set up the menu button to appear all time while I am scrolling down?

    Thank you

    #627491

    Hey comelen!

    Add the following code to your custom CSS

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

    let us know if that works

    Best regards,
    Basilis

    #627495

    Yes! great! thank you!

    #627527

    Hey!

    Glad we got it short out.
    Please do open a new ticket, if you need anything else.

    Regards,
    Basilis

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