move the “scroll ToTop” button

Posted in: Newspaper
Post count: 69

I have an icon loading on my mobile verison that allows for dark-mode switching and it’s directly over top of the ToTop button. Is it possible to move the button to a different position on the page for example, to the left or in the middle or even above my “dark-mode” icon?

thanks.

Post count: 35449

Hi,
This can be done using a custom css like this one:
.td-scroll-up {
bottom: 80px;
right: 5px;
}

The css code can be set in the theme panel > custom code> custom css.
Thank you!

Post count: 69

PERFECTO!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.