This topic has 7 replies, 2 voices, and was last updated 2 weeks, 5 days ago ago by Luca Rossi
Hello, I hope you are doing well.
I set the pop-up for searching to open on the right side, but it opens on the left side.
Why do you think that is?
Hi @MAHDAR,
Can you please try adding this custom CSS code under XStore > Theme Options > Theme Custom CSS > Global CSS?
#elementor-popup-modal-115248 .dialog-widget-content {
right: 0;
}
Hope it helps!
Thank you, it’s fixed, but a close button for the pop-up still isn’t showing.
Hi @MAHDAR,
Please update the previous CSS codes to this:
#elementor-popup-modal-115248 .dialog-widget-content {
right: 0;
overflow: inherit;
}
#elementor-popup-modal-115248 .dialog-close-button {
width: 40px;
height: 40px;
}
Let us know how it goes!
Thank you, but there are still two issues.
Previously, it was working perfectly; I’m not sure why it changed.
Currently, on iOS, the close icon isn’t displayed; if you watch the video, you’ll understand.
The second issue is that when clicking on the search, it automatically scrolls down to the footer.
It was resolved in the latest Elementor Pro update.
Thank you!
Glad you’ve sorted it out!
If you need anything else, please let us know.
The issue related to '‘Issue with the pop-up opening for search’' has been successfully resolved, and the topic is now closed for further responses