Hi @mattf10,
Thank you for bringing this to our attention. However, I’m unable to replicate the issue on my end.
Could you please share the URL of the page where you’re experiencing this problem? Additionally, if you see any errors in your browser’s console, please send us a screenshot of those errors so we can investigate further.
On this page: [ redundant link deleted ]. Note that I got it working by changing the Style position value to ‘Outside’, but when set to ‘Inside’ it doesn’t work.
I had a closer look and the problem is the padding on the 2nd column that holds the image. This causes the column to sit on top of the ‘x’, which makes it unclickable. You can fix it by adding a z-index parameter to the div with class ‘otter-popup__modal_header’. Currently, the z-index is being added to the inner button element, but it has no effect since the position is set to static.
Hi @mattf10,
Thanks for sharing details. However, I am still not able to replicate the same issue.
Could you please share a screenshot of your popup block settings so I can replicate it?
Sure. I changed it to Inside and now the button is not clickable.
Here are the block settings: https://www.pasteboard.co/o2XWV4Ntdio0.png
Here is a screen shot showing the padding that’s blocking the button: https://www.pasteboard.co/cyclLbTfLt2z.png
If you move the z-index css declaration to the wrapper div, this will fix the problem.
Hi Matt,
We were able to replicate this, and report it to the development team for review.
As a temporary solution, until an official fix is out, you can try adding this code in Appearance > Customize > Additional CSS:
.otter-popup__modal_header {
z-index:99999 !important;
}
Let us know if this helps.
Kind regards!