Scroll to top icon

Is there a way to have the scroll to top icon at the bottom, but centered, instead of on the right

Hello @MC_TEF,

Thanks for writing in!

By default, the scroll to top anchor can only be positioned at the left or right. If you want it to display at the center of the page, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

body .x-scroll-top {
    right: auto;
    left: 50%;
    margin-left: -17px;
}

We would love to know if this has worked for you. Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.