whereisscott Posted January 27, 2022 Share Posted January 27, 2022 Site URL: https://www.daraastmanncoaching.com/ Hi All, I'm trying to force a specific section with four-columns to instead go into a two-column view when on an ipad. The four columns are just too narrow on the ipad screen and the text spacing gets very unreliable and unappealing. The section in question is the second section with the blue background on the homepage (attached screenshot) at https://www.daraastmanncoaching.com/ I've seen some others request similar help, but I've not been able to customize those solutions properly for this website. Am hoping for any help! Thanks! Best, -Scott Link to comment
Solution tuanphan Posted January 29, 2022 Solution Share Posted January 29, 2022 Add to Design > Custom CSS /* Homepage-Tablet-2columns */ @media screen and (max-width:1024px) and (min-width:768px) { div#page-section-617842b2b7108941f46ea0cd .span-6 { width: 100%; } div#page-section-617842b2b7108941f46ea0cd .span-6 ~ .span-3 { width: 50%; } } whereisscott 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
whereisscott Posted January 31, 2022 Author Share Posted January 31, 2022 On 1/29/2022 at 7:13 AM, tuanphan said: Add to Design > Custom CSS /* Homepage-Tablet-2columns */ @media screen and (max-width:1024px) and (min-width:768px) { div#page-section-617842b2b7108941f46ea0cd .span-6 { width: 100%; } div#page-section-617842b2b7108941f46ea0cd .span-6 ~ .span-3 { width: 50%; } } This worked beautifully - thank you as always! 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