stefgc Posted August 3, 2021 Share Posted August 3, 2021 Site URL: https://www.spawellness.com/projects Hi, Hoping to find someone who can help with code so this gallery block (which is 3 column wide on a desktop/tablet) converts to only 1 column when viewed on a mobile device. Currently it displays as 2 column on a mobile, but I only want it 1 column so it is the full width of a mobile device. Thanks!!!! Link to comment
tuanphan Posted August 4, 2021 Share Posted August 4, 2021 10 hours ago, stefgc said: Site URL: https://www.spawellness.com/projects Hi, Hoping to find someone who can help with code so this gallery block (which is 3 column wide on a desktop/tablet) converts to only 1 column when viewed on a mobile device. Currently it displays as 2 column on a mobile, but I only want it 1 column so it is the full width of a mobile device. Thanks!!!! Hi. Add to Design > Custom CSS > Then save & reload the site /* Mobile 1 column gallery */ @media screen and (max-width:640px) { div#block-yui_3_17_2_36_1434523414233_9161 .slide { width: 100% !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
Archived
This topic is now archived and is closed to further replies.