Follow

Exit Pop CSS Editor - Examples

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;
}

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

0 Comments

Please sign in to leave a comment.
Powered by Zendesk