Z-index using Smart Payment Options
-
I have a theme that has a header bar that follows the page down as the user scrolls.
When I enable Smart Payments and the Gold and Blue (Paypal & Payapl Credit) are enabled the z-index is set to 100 which overlaps with my main header bar.
When Z-index is disabled the icons works properly and do not overlap onto the main header bar.
#xcomponent-paypal-button-1fe29f2e97 > .xcomponent-outlet > iframe.xcomponent-component-frame { z-index: 100; }
I don’t know if i can do an !IMPORTANT to set z-index:0 or is the z-index in the iframe?
Are there any other options than setting my z-index of the header wrapper to be greater than 100, I found 101 and above will work properly, but it i think the proper way to fix this is to change the z-index of the paypal plugin not my themes main header.
Thanks in advanced!
- The topic ‘Z-index using Smart Payment Options’ is closed to new replies.