Hi,
I am trying to create signup newsletter popup on the homepage.
But it was disappear if Geolocation popup appears.
Is there a way to create a popup that still working after Shopify Geolocation recommendation popup?
Here is my website link: https://coastalvillahomeware.com/
@huruharareza
Hello
You can set the position of that popup
like that
by adding css
.recommendation-modal__container {
left: 38% !important;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.css.liquid
Thank you for your reply @oscprofessional
I am trying to make the newsletter popup appear after Geolocation popup closed.
At the moment if I close Geolocation Popup, the other one will disappear.
did you have any luck? I am looking for a way to check if its open with JS and then keep checking once its closed execute.