Chloe24 Posted November 11, 2021 Share Posted November 11, 2021 (edited) Site URL: https://ideam.squarespace.com/projects/niras-lts-international Hello, I'm trying to stack some content on the page in a way that would look the same as on mobile. The page is: https://ideam.squarespace.com/projects/niras-lts-international I am happy with the way the page looks on both desktop and mobile, my issue is with the tablet view. I would like to have the section with the 3 icons (Infographics-Digital Creative-Branding) to stack like on the mobile view. I tried different ways, but could not make it work for a blog post. Can anyone help please? Thanks! Desktop view Mobile view Tablet view, where the text overlaps Edited November 11, 2021 by Chloe24 Made it clearer Link to comment
Solution tuanphan Posted November 14, 2021 Solution Share Posted November 14, 2021 Add to Design > Custom CSS @media screen and (max-width:900px) and (min-width:641px) { div#item-60f81a1940591676f723e29c .span-12>.row .col { width: 100% !important; } div#item-60f81a1940591676f723e29c .span-12>.row .span-5 .span-4 { display: none; } } 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
Chloe24 Posted November 18, 2021 Author Share Posted November 18, 2021 It worked, thank you! 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