Site logo

Archived topic

Upside down top of the top button

22 replies · Started by mad2toi on February 7, 2022

Viewing posts 16–23 of 23

right

Try this:

.generate-back-to-top {
    left: 30px;
    right: unset;
    bottom: 50%;
    transform: rotate(180deg) translateY(50%);
}

Thank you. On my other sites the button is not upside down. There is a problem on the first one. Do you know how to solve it?

The only reason that i know why that would happen is if there is a custom function on the site that is swapping the icons.

How can this be fixed please?

I would need to see the site to know for sure. There are two possible reasons:

1. A PHP function has been added to the site to switch out the icon
2. Custom CSS has been added to the site to rotate the icon

This archived topic is closed to new replies.