Home › Forums › WoodMart support forum › Newsletter pop-up on the side › Reply To: Newsletter pop-up on the side
January 21, 2020 at 12:41 pm
#169088
Aizaz Imtiaz Awan
Keymaster
Hello,
To move the promo pop up to the bottom left corner you need to add the following code to Theme Settings >> Custom CSS >> Global.
.mfp-with-anim.woodmart-promo-popup {
position: absolute;
}
screenshot for clarification: https://www.screencast.com/t/AjcYaeBCjR
Best Regards.