cmackmadeit Posted March 11 Share Posted March 11 (edited) When I enter the mobile view of my testimonial section, the title is super small (see attachment). When inspecting my site, I saw that ".user-items-list .list-section-title" is the element name, but when writing a mobile query the text only gets condensed when I increase the size. I'm wondering if the container the title is in is somehow constraining the size? Below is the code I used that does change the font size, but it doesn't actually get larger, the kerning just gets super tight. Is it possible to make the "Client Success Stories" title to be 30px? Thank you! https://iguana-groundhog-8k32.squarespace.com/ Password: fshr2013 @media only screen and (max-width:768px) {.user-items-list .list-section-title { font-size: 30px; }} Edited March 11 by cmackmadeit link visibility Link to comment
Solution tuanphan Posted March 14 Solution Share Posted March 14 You can use this CSS code @media screen and (max-width:767px) { body.homepage div.list-section-title * { font-size: 30px !important; } } mdcotonopu 1 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