JustinSinger Posted January 20 Posted January 20 Hi there! Looking to reduce the font size on a block on my site on mobile ONLY! Any ideas?
sorca_marian Posted January 20 Posted January 20 You can do that with CSS media queries. Can you send the link to the page? 👨🔧👨💻 Squarespace plugins 🙋♂️ Squarespace Custom Web Development & Design Services 📅 Todoist alternative | Increase your Productivity 📹 Squarespace Tutorials for free - YouTube📹 💯🚀 I have worked on over 300 Squarespace sites with custom code for over 9 years 🙋♂️ Let's connect on LinkedIn
Solution sorca_marian Posted January 20 Solution Posted January 20 @media (max-width: 767px) { #sections > :nth-child(2) p { font-size : 12px; } } Add the below code in Custom CSS. You can adjust the 12px to the size that you want tuanphan 1 👨🔧👨💻 Squarespace plugins 🙋♂️ Squarespace Custom Web Development & Design Services 📅 Todoist alternative | Increase your Productivity 📹 Squarespace Tutorials for free - YouTube📹 💯🚀 I have worked on over 300 Squarespace sites with custom code for over 9 years 🙋♂️ Let's connect on LinkedIn
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment