Jump to content

How do I make the font of a text box smaller on moible versions.

Recommended Posts

Site URL: https://www.granitopr.com/quartz

I want to format the text box at the top to be smaller on mobile because it looks disorganized right now. I downloaded the chrome extension Squarebox ID Finder which provided this  ID #block-yui_3_17_2_1_1615986351651_88773

this is the code I am using: 

 @media screen and (max-width:1024px) {
   #block-yui_3_17_2_1_1615986351651_88773{
     font-size: 2px!important}
}

there must be an error because the font size doesn't adjust at all when I change the px value. I started with the font size at 15 and kept lowering it but never noticed any changes.

Edited by Rocksbyninham
Wrong link
Link to comment
On 3/18/2021 at 1:53 AM, Rocksbyninham said:

Site URL: https://www.granitopr.com/quartz

I want to format the text box at the top to be smaller on mobile because it looks disorganized right now. I downloaded the chrome extension Squarebox ID Finder which provided this  ID #block-yui_3_17_2_1_1615986351651_88773

this is the code I am using: 

 @media screen and (max-width:1024px) {
   #block-yui_3_17_2_1_1615986351651_88773{
     font-size: 2px!important}
}

there must be an error because the font size doesn't adjust at all when I change the px value. I started with the font size at 15 and kept lowering it but never noticed any changes.

try to override the font size of the elements by

 @media screen and (max-width:1024px) {
   #block-yui_3_17_2_1_1615986351651_88773 .sqs-block-content * {
     font-size: 2px!important}
}image.png.eca002ede5b7b57c0e55b0b52a3d207f.png

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date format)
💫 Animated Buttons (Referral URL)
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you!

 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.