Back to top button on mobile

  • Author
    Posts
  • #3474

    LiSkynden
    Participant

    How do i enable Back to top on mobile resolution? It pops up on desktop but disappears somewhere between 1366 and 1024 resolution.
    I tried to find it from the settings, but couldnt.

    #3476

    Andrew Misplon
    Keymaster

    Hi LiSkynden

    Thanks for reaching out.

    If you don’t already have a Custom CSS plugin installed, please, go to Plugins > Add New and search for Simple Custom CSS, install and activate. Go to Appearance > Custom CSS and insert:

    /* Add scroll to top for mobile */
    @media (max-width: 1024px) {
      #scroll-to-top {
        display: block;
      }
    }

    Hope that helps 🙂

    #3479

    LiSkynden
    Participant

    Hi Andrew, and many thanks to you, that did the job 🙂

    #3480

    Andrew Misplon
    Keymaster

    Awesome 🙂 Glad to hear that helped.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.

Scroll to top