Home Forums Free Themes Easy Commerce Move "scrollup button"

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #98814
    lideachetimanca
    Participant

    Hi,
    I have necessity to move the “scrollup button” or 150 px from the bottom or to the left side. I have make a css rule in my child-theme but don’t work…anyone have a solution?

    #98819
    wensolutions
    Keymaster

    Hello,

    Please add below given CSS to adjust the position of the scroll to top button.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste the CSS below:

    .scrollup {
        bottom: 90px;
        right: 20px;
    }

    Here adjust the padding as per your requirement.

    Thank you.

    #98824
    lideachetimanca
    Participant

    Thanks! I love you!

    #98828
    wensolutions
    Keymaster

    Hello,

    Glad we could help you.

    If you have any issues further, kindly let us know.

    Thank you.

    Have a good day 🙂 .

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.