Home › Forums › Jevelin Theme › Elementor popups
Home › Forums › Jevelin Theme › Elementor popups
Hi, in the site I am doing with jevelin, I preferred Elementor to wpbakery. I have a problem with elementor’s popup function though. in fact if I create a popup this is not shown in the tablet and mobile view (you can also see it by doing a windows resize from the desktop version) the popup should show a Curriculum Vitae. How can I solve? the page address is https://ecografieultravet.com/laura-tassotti/ P.S when I enter the appearance> customize menu and try to do windows resize the popup is shown in all views (desktop, tablet, mobile)
Hi @windriser,
I hope you are well today and thank you for your question.
Could you please temporarily activate the Twenty Twenty One theme on your website and check whether it works fine?
Also, I can not access your shared website to troubleshoot the issue as I get a message “saremo online a breve” so please make sure that it is accessible to me.
Best regards,
Shufflehound team
Solution for this topic
You can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Jevelin -> Theme Settings -> Custom CSS/JS -> CSS Code
@media (max-width: 1024px) { body.admin-bar .dialog-type-lightbox.elementor-popup-modal { position: fixed; } }
You are most welcome here š