Rocksbyninham Posted March 17, 2021 Share Posted March 17, 2021 (edited) 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 March 17, 2021 by Rocksbyninham Wrong link Beyondspace 1 Link to comment
Beyondspace Posted March 22, 2021 Share Posted March 22, 2021 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} } tuanphan 1 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment