Okay
  Public Ticket #2391605
Back to top button
Closed

Comments

  •  3
    Raquel Escobar started the conversation

    Hello,

    Is there a way to move the back to top button a little higher? 

  •  2,979
    Andrew replied

    Hi Raquel,

    Use the following custom css:

    #to-top {
        bottom: 50px !important;
    }
    

    Hope this helps.

  • fujimani replied

    Hi,

    Is there a way to scale the back to top button a more big size? 

  •  2,979
    Andrew replied

    Hi Raquel,

    Use the following custom css:

    #to-top i {
        font-size: 28px;
    }
    

    Thanks.