BrandoSellers Posted January 14, 2022 Share Posted January 14, 2022 Site URL: https://sliekmedia.com/links The gallery on one of my pages is changing from 3 columns in the desktop view to 2 columns in on mobile and I would like it to stay 3 columns in any view. Please see the attached screenshots. Thanks! Link to comment
tuanphan Posted January 15, 2022 Share Posted January 15, 2022 Add to Design > Custom CSS /* Mobile gallery keep 3 columns */ @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1642169858447_5200 .slide { width: 33.3333% !important; } } BrandoSellers 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
BrandoSellers Posted January 15, 2022 Author Share Posted January 15, 2022 31 minutes ago, tuanphan said: Add to Design > Custom CSS /* Mobile gallery keep 3 columns */ @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1642169858447_5200 .slide { width: 33.3333% !important; } } That worked! Thanks a lot. I have another Squarespace site where I would like to do the same thing. https://organicbrando.com/links I tried using the same code but it didn't do anything. Thanks again, I really appreciate your help! Link to comment
tuanphan Posted January 17, 2022 Share Posted January 17, 2022 On 1/15/2022 at 10:12 PM, BrandoSellers said: That worked! Thanks a lot. I have another Squarespace site where I would like to do the same thing. https://organicbrando.com/links I tried using the same code but it didn't do anything. Thanks again, I really appreciate your help! Use this code /* Mobile gallery keep 3 columns */ @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1642258278415_9351 .slide { width: 33.3333% !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