archiesofcheltenham Posted April 6, 2021 Posted April 6, 2021 Site URL: https://www.archiesofcheltenham.co.uk At the bottom of our home page is a newsletter block. The background is an image, however this image is cropped on mobile view. What code can I enter to show it fully on mobile view and desktop? Thank you
tuanphan Posted April 12, 2021 Posted April 12, 2021 Hi @Meganowilliams Add this code to Design > Custom CSS > Save & reload your site /* resize newsletter background */ @media screen and (max-width:767px) { [data-section-id="6007255bd9cfee4ce9810a30"] { min-height: unset !important; height: 70vh; } } 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!)
archiesofcheltenham Posted April 14, 2021 Author Posted April 14, 2021 Thank you but that hasn't changed when viewing on a mobile
Recommended Posts
Archived
This topic is now archived and is closed to further replies.