Archived topic
Upside down top of the top button
22 replies · Started by mad2toi on February 7, 2022
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
Hello, I found the solution thanks, there is a conflict with internal nofollow links
I had used your topic before https://generatepress.com/forums/topic/hello-i-keep-getting-this-on-an-seo-site-check/#post-1314763 but...
Top up was upside down
I have internal links in nofollow and I would like any dofollow. What is the add filter please action?
Hi mad2toi,
Glad you were able to resolve this issue. :)
With regards to the rel attribute, I replied to the topic you created earlier (https://generatepress.com/forums/topic/internal-links-nofollow/). Can you kindly check if that approach addresses the issue?
Hope to hear from you soon!