I don’t know what changed but my modal popups all on different websites have moved to the left, and are therefore unreachable on mobile. Some of these pop ups have no css changes made, it just happened couple days ago. and you can see it in dashboard. One of the addresses is: A Course in Miracles Lessons 28 - Above all else I want to see things differently. - Today we are really giving specific application to the idea for yesterday. In these... - http://IamACIM.com/28.html - #ACIMLessons #ACIM #ACourseinMiracles @IamACIM
Hi there @Rev_Devan
Apologies for the inconvenience!
Our devs are aware of the issue and working on its resolution. I’ll report back once the fix is released
While we’re working on a global resolution, you can apply a temporary fix using this CSS code:
[class*="Popup__PopupCloseInside-sc"] {
left: 100%
}
I use the Popup Widget in the default modal layout for my website.
Recently, I’ve noticed that the close button now appears to the left of the modal popup instead of the right, which would be more consistent with most user interfaces.
I don’t like this change - how can I move the close button back to the right of the modal popup?
Hi there and we;come to the Community, @kungfu
I am so sorry about this issue!
Our devs are doing their best to release a global fix for this issue as soon as possible. I’ll keep you updated
In the meantime, you can apply a temporary fix using this code in the Custom CSS field on the Settings tab of your widget’s setting:
[class*="Popup__PopupCloseInside-sc"] {
left: 100%
}
Hey everyone!=
Great news - the issue has been resolved globally, and you can remove the recommended CSS code from your widgets