Okay
  Public Ticket #3228653
Back to top button
Closed

Comments

  •  1
    aasheerseo started the conversation

    Small issue, the back-to-top button is too small and I wish to make it double the size. How do I do so. Thank you

  •  2,958
    Andrew replied

    Hello there,

    Thank you for reaching out to us.

    Could you please share your site URL so we can look into this for you?

    Kind regards,

  •  1
    aasheerseo replied

    sure, its - 

    cliccdesign.com

  •  2,958
    Andrew replied

    Hello again, 

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    a#to-top{
        transform: scale(2) !important;
        right: 37px;
        bottom: 37px
    }
    

    Thanks