MissP99 Posted July 1, 2022 Share Posted July 1, 2022 On the homepage, I have reviews from clients. When viewed on mobile, the left alignment and large font size causes the section to be terribly long and not reader-friendly. Is there CSS for changing the item title font size and also better optimization for the background photo? https://hawk-flugelhorn-5hb3.squarespace.com/ password: squarespace Thank you! Link to comment
Solution tuanphan Posted July 2, 2022 Solution Share Posted July 2, 2022 Add to Design > Custom CSS @media screen and (max-width:767px) { .user-items-list-item-container[data-section-id="627c23af2e867b4e556e7f53"] h2 { max-width: 100% !important; font-size: 14px !important; } } 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
MissP99 Posted July 6, 2022 Author Share Posted July 6, 2022 (edited) @tuanphan Follow up question! The arrows at the bottom are so large in comparison to the text now. Is there a way to alter the size of the arrows? Edited July 6, 2022 by MissP99 Link to comment
tuanphan Posted July 7, 2022 Share Posted July 7, 2022 6 hours ago, MissP99 said: @tuanphan Follow up question! The arrows at the bottom are so large in comparison to the text now. Is there a way to alter the size of the arrows? use this new code @media screen and (max-width:767px) { .user-items-list-item-container[data-section-id="627c23af2e867b4e556e7f53"] { h2 { max-width: 100% !important; font-size: 14px !important; } .user-items-list-carousel__arrow-button { width: 30px; height: 30px; } .user-items-list-carousel__arrow-icon { width: 15px; height: 15px; }}} 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment