MikePintea Posted October 1, 2022 Share Posted October 1, 2022 (edited) Trying to make the font size smaller, specifically on the mobile version of the portfolio page if possible. As you can see, the text on the bottom collides, doesn't look too pretty. Totally fine on desktop though. Edited January 21, 2023 by MikePintea Link to comment
Solution tuanphan Posted October 2, 2022 Solution Share Posted October 2, 2022 Add this to Design > Custom CSS /* Mobile pagination */ @media screen and (max-width:767px) { h2.item-pagination-title { font-size: 18px !important; } } Janet-CA and MikePintea 2 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
MikePintea Posted October 2, 2022 Author Share Posted October 2, 2022 8 hours ago, tuanphan said: Add this to Design > Custom CSS /* Mobile pagination */ @media screen and (max-width:767px) { h2.item-pagination-title { font-size: 18px !important; } } Amazing!!!! Thank you so much, worked great 🙂 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