ThisWayToFabulous Posted February 10, 2022 Posted February 10, 2022 Site URL: https://tmha-new-site.squarespace.com/press password: tamara Ok so I'd like this first line of desktop (like screenshot) to also look like this on mobile. How do I shrink it so it stops stacking?? I basically want it to look exactly like this on mobile (i know it will be "smaller")
tuanphan Posted February 14, 2022 Posted February 14, 2022 You mean 3 images/row on mobile? Try adding to Design > Custom CSS > Then save & reload the site @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1640806652071_10141 .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!)
ThisWayToFabulous Posted February 14, 2022 Author Posted February 14, 2022 @tuanphan no like that whole section to shrink down.
tuanphan Posted February 21, 2022 Posted February 21, 2022 On 2/15/2022 at 5:07 AM, ThisWayToFabulous said: @tuanphan no like that whole section to shrink down. Try adding to Design > Custom CSS @media screen and (max-width: 767px) { div#page-section-61ccb91b04b01037d42a3e2b .sqs-col-6 { float: left !important; width: 50% !important; } div#block-yui_3_17_2_1_1640806652071_54070 h3 { font-size: 30px; margin-bottom: 0px; } div#block-yui_3_17_2_1_1640806652071_54070 h2{ font-size: 11px; margin-top: 10px !important; } img.thumb-image.loaded { width: 100% !important; height: auto !important; } .sqs-layout .sqs-gallery-design-grid-slide { width: 30% !important; clear: none !important; } #block-yui_3_17_2_1_1640806652071_10141 .sqs-gallery-block-grid .sqs-gallery-design-grid-slide .margin-wrapper { margin-right: 2px; margin-bottom: 10px; } div#block-yui_3_17_2_1_1640806652071_10141 { padding: 0px; } div#block-yui_3_17_2_1_1640806652071_54070 { padding-left: 0; }} 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment