Okay
  Public Ticket #1588391
Back to top
Closed

Comments

  •  1
    lenawawebsolutions started the conversation

    Where i can modify the back to top bottom  i want to movie it a bit up words and can i move it from right to left ?

  •  2,010
    Ocean replied

    Hi,

    Please go to Appearance > Customize > Miscellaneous > Custom Code

    Add css code:

    #back-to-top{
        left: 40px;
        bottom: 60px;
    }
    

    You can change left and bottom to move it.