[Support request] back to top button not appearing on desktop in posts

Home Forums Support [Support request] back to top button not appearing on desktop in posts

Home Forums Support back to top button not appearing on desktop in posts

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2380783
    Jonny

    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?

    #2380820
    Fernando
    Customer Support

    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;
        }
    }
    #2380828
    Jonny

    I just tried this and it’s still not appearing in posts on desktop devices. It only seems to appear on pages.

    #2380849
    Fernando
    Customer Support

    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/

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.