tors Posted May 28, 2021 Share Posted May 28, 2021 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 tuanphan Posted May 30, 2021 Solution Share Posted May 30, 2021 Add to Design > Custom CSS @media screen and (min-width:501px) and (max-width:800px) { div#page-5d6119fb28912e00016c9753 .span-12 { column-count: 2; } } tors 1 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
tors Posted June 1, 2021 Author Share Posted June 1, 2021 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment