Leeloo77 Posted February 10, 2022 Share Posted February 10, 2022 Site URL: https://www.laineylee.com/ Hello, I'm trying to get css help in order to make the text under my page thumbnails get smaller on mobile only. They look gigantic on mobile but are the right size for web. Any help is appreciated!! Link to comment
christyprice Posted February 10, 2022 Share Posted February 10, 2022 Hi @Leeloo77, try adding this to Custom CSS: @media screen and (max-width: 767px) { .project-title { font-size: 12px !important; } } You can change up the font size to be bigger or smaller. And you can also change the max-width of the screen if needed. tuanphan 1 christyprice.com 🇺🇸 Austin, TX US ✅ For Web Designers: Squarespace Client Process Checklist. Save time and bring consistency to your web design projects. Receive a Notion doc template with my 100+ item client process checklist. Link to comment
Leeloo77 Posted February 11, 2022 Author Share Posted February 11, 2022 @christyprice Thank you so much this worked perfectly 🙂 christyprice 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