Site logo

Archived topic

back to top button not appearing on desktop in posts

3 replies · Started by Jonny on October 21, 2022

Viewing posts 1–4 of 4

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.

This archived topic is closed to new replies.