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.

PayPal Payment Buttons – Overlapping Header

  • The paypal buttons are over lapping the header on desktop view and mobile view. So when you scroll up the paypal buttons pass over the sticky header, and everything else passes behind the header. Cant figure this one out….none of the other codes online work…

  • .single-product div.paypal-buttons {
    z-index: -999 !important;
    }

    this is the code that isn’t working, it just makes the paypal buttons disappear….

  • Hi there,

    try this CSS:

    
    .ppc-button-wrapper {
        position: relative;
        z-index: 1;
    }
    
  • Thank you so so much, this worked perfectly!

  • Glad to hear that

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