Home › Forums › WoodMart support forum › Newsletter pop up – reduce size of a window › Reply To: Newsletter pop up – reduce size of a window
December 19, 2017 at 7:25 am
#29599
Artem Temos
Keymaster
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to decrease its width
div.woodmart-promo-popup {
max-width: 600px;
}
Regards