midnightumbrella Posted April 21, 2021 Share Posted April 21, 2021 Site URL: https://www.vernacularcircles.com Howdy, friends! Hoping you could assist me with a mobile issue I’m running into—on my desktop site layout, I’m using multiple 6-column simple grid galleries alongside a few larger, 3-column gallery sections. On mobile, however, sections featuring three larger images gets shrunk down to an awkward 2 column layout. Is there a way to have just these particular gallery sections display as larger, individually stacked images on mobile? If possible, I'd like to be able to make the change to each [data-section-id] , rather than a global CSS change. Thank you so much in advance! 🙏 Link to comment
tuanphan Posted April 22, 2021 Share Posted April 22, 2021 Hi. Add to Design > Custom CSS /* Mobile gallery 2 items */ @media screen and (max-width:767px) { .gallery-grid-wrapper { grid-template-columns: repeat(2,1fr) !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
midnightumbrella Posted April 27, 2021 Author Share Posted April 27, 2021 Thank you so much for the assistance—you are a legend! 🙌 ❤️ 🙏 Link to comment
tuanphan Posted April 28, 2021 Share Posted April 28, 2021 On 4/27/2021 at 8:41 AM, midnightumbrella said: Thank you so much for the assistance—you are a legend! 🙌 ❤️ 🙏 1. (Mobile-Vernacular Circles) Change to 2, 3 items/row? 2. (Tablet-Homepage) change to 2 text columns/row? 3. (Tablet-Header) Make desktop nav appear on Tablet? 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
Archived
This topic is now archived and is closed to further replies.