Not resolved

Back to top button on mobile

Ultra Theme started by LiSkynden May 12, 2016 3 replies
LiSkynden May 12, 2016 · 4:36 pm #3474

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.

Andrew Misplon Puro May 12, 2016 · 5:23 pm #3476

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 🙂

LiSkynden May 12, 2016 · 8:42 pm #3479

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

Andrew Misplon Puro May 13, 2016 · 8:58 am #3480

Awesome 🙂 Glad to hear that helped.

4 posts