Home › Forums › WoodMart support forum › CSS Mobile Landscape › Reply To: CSS Mobile Landscape
September 4, 2019 at 7:58 am
#141982
Aizaz Imtiaz Awan
Keymaster
Hello
Yes, you can change the position of the close button. Please use the below given custom CSS code and paste it to Theme Settings >> Custom CSS >> Custom CSS for desktop section:
.woodmart-promo-popup {
position: relative;
}
body button.mfp-close {
position: absolute;
left: 0px;
}
Best Regards.