This topic has 10 replies, 4 voices, and was last updated 7 years, 10 months ago ago by Rose Tyler
Hello,
The when using a background image on the promo pop-up is not mobile responsive.
Can you please provide code to fix this?
Thanks.
Ali
Hello,
Try this css code:
@media (max-width: 767px)
.white-popup-block {
-webkit-background-size: contain !important;
-o-background-size: contain !important;
background-size: contain !important;
}
Best regards,
Jack Richardson.
Hi Jack,
This code did not work.
Please advise.
Thanks.
Ali
Hello,
Please, change previous code to this:
@media (max-width: 767px){
.white-popup-block {
-webkit-background-size: contain !important;
-o-background-size: contain !important;
background-size: contain !important;
}
}
Regards,
Rose Tyler.
Hello Rose,
That code did not work either…
Please advise.
Hello,
Please provide correct WP admin credentials.
Regards,
Eva Kemp.
Hi Eva,
Please see private content, it seems that changes to my custom.css file may not be working…
Thanks.
Ali
Hello,
As I see promo popup background image is shown fine:
http://prnt.sc/dzeeff
Please clear browser cache and check again.
Best regards,
Jack Richardson.
Great, its working now.
Thank you.
Hello,
You’re welcome!
Regards,
Rose Tyler.
The issue related to '‘Promo Pop-Up’' has been successfully resolved, and the topic is now closed for further responses