Home › Forums › Basel support forum › Popup Size › Reply To: Popup Size
January 2, 2018 at 7:22 am
#31196
Artem Temos
Keymaster
Hello,
You can use the following CSS code to decrease the popup width
div.basel-promo-popup {
max-width: 600px;
}
Regards