Are you a GenerateCustomer?

Do you have an active GP Premium or GenerateBlocks Pro license key?

Create a GenerateSupport account for GeneratePress and GenerateBlocks support in one dedicated place.

Create an account
Already have a GenerateSupport account? Login

Just browsing?

Feel free to browse the forums. Support for our free versions is provided on WordPress.org (GeneratePress, GenerateBlocks).

Want to become a premium user? Learn more below.

Two buttons are clashing

  • Back to top button and live chat button are at same place. Please help how to fix it.
    Thank you
    Regards
    Designitlife

  • Hi there,

    you can use some CSS to either:

    a. move the Back to top to the left of the screen:

    
    a.generate-back-to-top {
        right: unset;
        left: 30px;
    }
    

    OR

    b. move it to the left of the chat icon

    
    a.generate-back-to-top {
        right: 80px;
    }
    
  • It’s done. Thank you so much for this help.

  • You’re welcome

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