Okay
  Public Ticket #1179004
Back to top button
Closed

Comments

  • erbanach started the conversation

    Is it possible to have the back to top button only visible on mobile?

  • [deleted] replied

    Hi erbanach

    Please place the code below on Custom CSS.

    @media only screen and (max-width: 600px) {
        .go-to-top{
            display: block;
        }
    }
    @media only screen and (min-width: 601px) {
        .go-to-top{
             display: none;
        }
    }
    

    Thank you.

  • erbanach replied

    That worked, thank you!

  • [deleted] replied

    Hi erbanach.

    I'm glad to hear that

    P.S: If you like our theme, it would help us a lot if you could give us five star rating on themeforest from your Downloads tab.  A huge thank you from Laborator in advance and have a great day!

    Will set this ticket as solved from here.

    Thank you.