Jump to content

Force two column on tablet

Go to solution Solved by tuanphan,

Recommended Posts

Site URL: https://podcastology.co

Hi, I'm hoping someone can help me force my site into two columns for tablet (501-800px), I want this to impact my entire site if possible.

I've been trying to use:

@media screen and (min-width: 501px) and (max-width: 800px) {
  #page .span-12 {
    .span-3 {
      width: 50% !important;
      float: left !important;
    }
    .span-3:nth-child(2n+1) {
      clear: left !important; }
  }
}
 

It's not working but I've got no clue why. I'd appreciate any help please. Website is podcastology.co and is 7.0 (Wells)

Many thanks in advance!

Link to comment
  • Solution

Add to Design > Custom CSS

@media screen and (min-width:501px) and (max-width:800px) {
div#page-5d6119fb28912e00016c9753 .span-12 {
    column-count: 2;
}
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

Link to comment
On 5/30/2021 at 9:38 PM, tuanphan said:

Add to Design > Custom CSS


@media screen and (min-width:501px) and (max-width:800px) {
div#page-5d6119fb28912e00016c9753 .span-12 {
    column-count: 2;
}
}

 

Thank you so much!

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.