LV-OZ Posted July 28, 2021 Share Posted July 28, 2021 Site URL: https://lobster-ray-g42d.squarespace.com/k-farmer-foundation Hello One small issue I cannot seem to fix is in the MOBILE version of my site I would like to reduce the size of the type in the Image block with a collage. I managed to adjust it for the normal desktop version as well as for tablet, but I cannot seem to get this code to work for mobile! Any hints? Thank you! PW: youcanenter this is the code I have been using, to no avail! @media screen and (max-width: 767px) { #block-c52eda86fd78a01e48e6 .image-title-wrapper * { font-size: 15px !important; } } Link to comment
IgnitePerth Posted July 28, 2021 Share Posted July 28, 2021 you have a rule overiding font-size #block-c52eda86fd78a01e48e6 .image-title-wrapper * { font-size: 23px !important; } Contact Us for detailed help Common Squarespace Tips Sharing Your Site Link Squarespace web designers in Perth WA. Link to comment
LV-OZ Posted July 28, 2021 Author Share Posted July 28, 2021 6 hours ago, IgnitePerth said: you have a rule overiding font-size #block-c52eda86fd78a01e48e6 .image-title-wrapper * { font-size: 23px !important; } Got it. Thank you!! IgnitePerth 1 Link to comment
tika Posted August 23, 2021 Share Posted August 23, 2021 Is there a way to have this code only apply on the MOBILE INTERFACE? I want my page to a have bigger title font on the desktop version, but smaller on the mobile version. my page is http://www.studentlivstockholm.se Link to comment
tuanphan Posted August 26, 2021 Share Posted August 26, 2021 On 8/23/2021 at 7:08 PM, tika said: Is there a way to have this code only apply on the MOBILE INTERFACE? I want my page to a have bigger title font on the desktop version, but smaller on the mobile version. my page is http://www.studentlivstockholm.se Use this code to force code run on mobile only @media screen and (max-width:767px) { #block-c52eda86fd78a01e48e6 .image-title-wrapper * { font-size: 23px !important; } } replace with your image block id Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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