Archived topic
back to top button not appearing on desktop in posts
3 replies · Started by Jonny on October 21, 2022
the back to top button is appearing on mobile devices in my posts and pages but it is not appearing on desktop in posts (it appears on pages), how can I enable this to appear on desktop site-wide?
Hi Jonny,
It's going under your other fixed elements.
Try adding this in Appearance > Customize > Additional CSS:
@media (max-width: 768px) {
body.adhesion a.generate-back-to-top {
bottom: 300px !important;
}
}
I just tried this and it's still not appearing in posts on desktop devices. It only seems to appear on pages.
I see. Sorry, I failed to check posts.
It seems that it's not appearing entirely there.
Can you try #1 here to test?: https://docs.generatepress.com/article/debugging-tips/