[Resolved] How to change postion of Back to Top on one page only

Home Forums Support [Resolved] How to change postion of Back to Top on one page only

Home Forums Support How to change postion of Back to Top on one page only

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2245436
    Lindsay

    Google’s recaptcha is in the same position on my Find Us page.

    I can see here how to move the button, but how do I do this for a single page only.

    Many thanks.

    #2245479
    Leo
    Staff
    Customer Support

    Hi Lindsay,

    Edit the CSS to this:

    body.page-id-xxx .generate-back-to-top,
    body.page-id-xxx .generate-back-to-top:visited {
        bottom: 30px; /* 30px from the bottom of your screen */
        left: 30px; /* 30px from the left of your screen */
    }

    And replace xxx in body.page-id-xxx with the actual page ID.

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    I can identify the page ID and provide the full CSS if you want to link me to the page in question as well.

    Let me know ๐Ÿ™‚

    #2245773
    Lindsay

    No that’s great I can do the rest.

    Not sure why I didn’t think of CSS – was too focused on it being a php solution :).

    Fantastic support – thanks.

    #2246054
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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