Jump to content

How to make section shrink down to mobile correctly

Recommended Posts

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

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!)

Link to comment
On 2/15/2022 at 5:07 AM, ThisWayToFabulous said:

@tuanphan no like that whole section to shrink down.

Screen Shot 2022-02-14 at 4.07.21 PM.png

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!)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.