electricbanana Posted September 29, 2022 Share Posted September 29, 2022 Site URL: https://www.sophieelectra.com/ Hi! I like my current text line hight for my portfolio ( hover: follow cursor) but the text overlaps when it's viewed on mobile. How do I change the text line height to 0.08em just for mobile? Thanks so much!! Link to comment
Solution tuanphan Posted September 30, 2022 Solution Share Posted September 30, 2022 Add to Design > Custom CSS @media screen and (max-width:767px) { span.portfolio-hover-item-content { line-height: 0.8em; } } 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
electricbanana Posted September 30, 2022 Author Share Posted September 30, 2022 Thank you so much!!! 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