popup close button position change
-
Hello, i want to change the close button position but not the promo code.
http://prntscr.com/lsabhx
Hello,
Please add this code to the Theme settings > Custom CSS
.mfp-wrap .woodmart-promo-popup {
position: relative;
}
body #cboxClose,
body .full-screen-close-icon,
body button.mfp-close {
position: absolute;
}
Best Regards
Hello, it’s not promo popup it’s a button the css code for it is mfp-ready button.mfp-close.
second i can not found these templates in wp bakery https://gyazo.com/fe0f61b404f7e2fbc3397794aeae016d. thanks in advance
Hello,
Please provide your site admin access for checking.
Best Regards
Hello, i’m using localhost at the moment.
Hi,
Try to replace previous code with this one
.mfp-wrap .woodmart-content-popup {
position: relative;
}
body button.mfp-close {
position: absolute;
}
Regards