Okay
  Public Ticket #2510124
scroll up button for mobile
Closed

Comments

  •  4
    mike started the conversation

    Hi there!

    I can't seem to find the option to turn on the "scroll-up-button" in the mobile version. I am grateful for any hint.

    Thx and all the best

    Mike

  •  1,609
    Barry replied

    Hi Mike,

    The scroll to top button is hidden by default on mobile devices. For now the only way to enable it on those devices as well is by adding the following CSS code to Appearance -> Customize -> Additional CSS:

    .footer .scroll-to-top {
        opacity: 0;
        visibility: hidden;
        position: fixed;
        display: block;
        bottom: 20px;
        right: 20px;
        width: 50px;
        height: 50px;
        text-align: center;
        font-size: 17px;
        color: #ffffff;
        line-height: 48px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background: rgba(0,0,0,0.1);
    }
    

    Best regards,
    Barry
    QreativeThemes.com  |  WordPress Themes

  •  4
    mike replied

    Awesome Barry! Thanks a lot !

    God bless you ;)