We've added below a few popular examples that will make your life a lot easier when using the Exit Pop CSS editor.
// image as background:
#storeya-exitpop #preview-wrapper{
background-image: url("../../common/images/products_page/bk_grey.gif");
}
//image as background on reminder bar
#exit-coupon-bar-container {
background-image: url("../../common/images/products_page/bk_grey.gif");
}
// change pop up width
#exit-coupon-popup-container {
margin-left: -325px;
width: 650px;
}
#storeya-exitpop .wrapper.desktop {
width: 650px;
}
// change pop up height
#exit-coupon-popup-container {
margin-top: -150px;
height: 300px;
}
#storeya-exitpop .wrapper.desktop {
height: 300px;
}
0 Comments