mobyfromtheblock Posted March 8, 2023 Share Posted March 8, 2023 hi! my website pop up does not include the image i added when viewed on mobile. how do i fix this Link to comment
tuanphan Posted March 10, 2023 Share Posted March 10, 2023 Add this code to Design > Custom CSS to make image appear on mobile @media screen and (max-width: 767px) { .sqs-slide-wrapper[data-slide-type="popup-overlay"] .sqs-slide-container[data-slide-type="popup-overlay"].overlay-mobile-styles-enabled .group-copy { background: transparent; } .sqs-slice-group.group-copy.copy-layer-background * { color: white !important } .sqs-slide-wrapper[data-slide-type="popup-overlay"] .sqs-slide-container[data-slide-type="popup-overlay"].overlay-mobile-styles-enabled .group-copy { background: transparent !important; } .sqs-slice-group.group-copy.copy-layer-background * { color: white !important } .sqs-slide-wrapper[data-slide-type="popup-overlay"] .sqs-slide-container[data-slide-type="popup-overlay"] [data-slice-type="gallery"] { display: flex !important } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment