mcbowen Posted April 1, 2022 Share Posted April 1, 2022 (edited) Site URL: https://dog-giraffe-4pbj.squarespace.com/ Password = password Hi, Is there a way to activate the mobile view for a certain section at a desired screen width as below: As there is so much text in this section I would like it to display with each element stacked on top of eachother as in the mobile version below: Edited April 1, 2022 by mcbowen Added password Link to comment
Solution tuanphan Posted April 1, 2022 Solution Share Posted April 1, 2022 Add to Design > Custom CSS /* Stacked Footer */ @media screen and (max-width:1200px) and (min-width:768px) { div#page-section-62475b175102c36bbc6d64f0 .image-block { width: 30%; /* logo size */ } div#page-section-62475b175102c36bbc6d64f0 .col { width: 100% !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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment