Jump to content

Two column mobile version

Recommended Posts

  • Replies 7
  • Views 191
  • Created
  • Last Reply

Top Posters In This Topic

14 hours ago, HandegardArkitektur said:

For the whole site! I'd like for example the "all projects" show in two columns in phone version so it's more dynamic. As well as the "about" and "blog". Is it possible to do it only in those?

 

Thank you Tuanphan!

Add to Design > Custom CSS

@media screen and (max-width:767px) {
.sqs-col-12 .sqs-col-4 {
    width: 33.3333% !important;
    float: left !important;
}
.sqs-col-12 .sqs-col-1 {
    width: 8.3333% !important;
        float: left !important;
}
.sqs-col-12 .sqs-col-2 {
    width: 16.6667% !important;
        float: left !important;
}
.sqs-col-12 .sqs-col-5 {
    width: 41.6667% !important;
        float: left !important;
}
.sqs-col-5 .sqs-col-3 {
    width: 60% !important;
    float: left !important;
}
.sqs-col-5 .sqs-col-2 {
    width: 40% !important;
    float: left !important;  
}
.sqs-col-10 .sqs-col-5 {
    width: 50% !important;
    float: left !important; 
}
.sqs-col-12 .sqs-col-3 {
    width: 25% !important;
    float: left !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

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.