Sam-Logie Posted March 14, 2022 Share Posted March 14, 2022 Site URL: https://www.bailiwickflame.com Hi there Wondering if someone could help with some code to get my full width images on the gallery block on Home Screen to resize for mobile view please. Currently only the middle section of each image is shown in mobile view. Thanks in advance Sam Link to comment
tuanphan Posted March 15, 2022 Share Posted March 15, 2022 Hi, Add to Design > Custom CSS > Then save & reload the site /* resize mobile gallery */ @media screen and (max-width:767px) { .gallery-fullscreen-slideshow { height: 35vh !important; } } Sam-Logie 1 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
Sam-Logie Posted March 16, 2022 Author Share Posted March 16, 2022 On 3/15/2022 at 6:58 AM, tuanphan said: Hi, Add to Design > Custom CSS > Then save & reload the site /* resize mobile gallery */ @media screen and (max-width:767px) { .gallery-fullscreen-slideshow { height: 35vh !important; } } Worked perfectly! Thanks so much! 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