Home › Forums › WoodMart support forum › Promo popup not appearing on mobile anymore › Reply To: Promo popup not appearing on mobile anymore
June 27, 2019 at 6:36 am
#130282

Artem Temos
Keymaster
Try to add the following code snippet to the Custom CSS area for mobile devices only in Theme Settings to fix this issue.
.promo-popup-wrapper .woodmart-promo-popup {
position: fixed;
top: 50%;
left: 0;
right: 0;
transform: translateY(-50%);
}