• Resolved anshulsukhwal

    (@anshulsukhwal)


    Dear Kadence Theme Support,

    All is going well with theme and it’s look (responsiveness and all other functions). But, I am not able to see the “To the top!” button in mobile layout. This button will help the user to reach the top of the page effortlessly.

    Can you please help me resolve this issue?

    The link to my website is http://www.clickstoremember.com/

    Thanks and Regards
    Anshul..

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can add this to your custom css box in the theme options if you want the arrow on mobile:

    @media (max-width: 992px) {
    #topcontrol {
    display: block !important;
    }
    }

    Kadence Themes

    Thread Starter anshulsukhwal

    (@anshulsukhwal)

    Dear Kadence Theme Support,

    Thank you very much for your support.
    “To the top!” button is working fine now. 🙂

    Thanks and Regards
    Anshul..

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘"To the top!" button is not showing up in mobiles!’ is closed to new replies.