Hi there!
I have just created a promo popup which works great on desktop but when I view it on mobile (portrait), the text is very crammed and extends out of the popup box. It seems that the paragraph text is not responsive. It looks OK when viewing in landscape.
The image was also not responsive however, I have used the following code obtained from another thread to contain it:
@media (max-width: 767px){
.white-popup-block {
-webkit-background-size: contain !important;
-o-background-size: contain !important;
background-size: contain !important;
}
}
I thought it may have something to do with the padding I added but the “Heading 1” seems to act normally but not anything else – have tried with all others and none act the same way.
I hope you can help..?
Many thanks!