Back to top button on mobile

  • Author
    Posts
  • #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 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.

Scroll to top