BlayneG87 Posted June 11, 2022 Share Posted June 11, 2022 Site URL: https://www.losangelique.com Hello, I have a list section I use for testimonials on the site. However, in mobile view the text size is too big so it ends up being a long column of words which makes it hard to read. Is there a CSS code fix for making the text smaller in the list section in mobile view? Thanks! Blayne Link to comment
Beyondspace Posted June 12, 2022 Share Posted June 12, 2022 4 hours ago, BlayneG87 said: Site URL: https://www.losangelique.com Hello, I have a list section I use for testimonials on the site. However, in mobile view the text size is too big so it ends up being a long column of words which makes it hard to read. Is there a CSS code fix for making the text smaller in the list section in mobile view? Thanks! Blayne You can try adding to Home > Design > Custom Css @media only screen and (max-width: 767px) { section[data-section-id="626dad9e61a39b380fd844b3"] .list-item-content__description p { font-size: 13px; /*font size of text*/ } section[data-section-id="626dad9e61a39b380fd844b3"] .list-item-content__description { max-width: 60% !important /*width of content*/ } } Let me know how it works on your site BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Beyondspace Posted June 12, 2022 Share Posted June 12, 2022 My testing BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
BlayneG87 Posted June 19, 2022 Author Share Posted June 19, 2022 @bangank36 This worked! Thank you! Beyondspace 1 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