Site logo

Archived topic

Upside down top of the top button

22 replies · Started by mad2toi on February 7, 2022

Viewing posts 1–15 of 23

Hello in the Dance theme the button is upside down. Thanks for your help.

Hi there,

which button is upside down ?
Can you share a link to where i can see this ?

I don't see the problem on the Dance site.
Can you share a link to your site where i can see the problem?

https://

Well thats odd :)
Do you have any Custom functions related to Theme Icons ?

I do not believe :)

How weird - add this CSS to fix that:

.generate-back-to-top  {
    transform: rotate(180deg);
}

Where to add these css lines please?

In Customizer > Additional CSS. At the very top.

Ok perfect thank you :)

One last thing please. How to put this button in the middle of the page?

Change the CSS i provide above to this CSS:

.generate-back-to-top {
    transform: rotate(180deg) translateX(-50%);
    right: 50%;
}

Middle left sorry

This archived topic is closed to new replies.