ka00876 Posted January 25, 2022 Share Posted January 25, 2022 Site URL: https://dove-okra-rb73.squarespace.com Hello I am trying to add code to a Squarespace site for the first time. I normally just find a work around but using 7.1 I'm unable to. Two main problems Headers on Full screen look great but are oversized on mobile. I have this code from @tuanphan when I add it and save nothing at all happens. @media screen and (max-width:640px) { body.site-title .logo a { font-size: 20px; } } I also tried numerous different code options yesterday for changing the size of the home page gallery on mobile view. The first code I put in worked but for the pictures on the page not the gallery so I deleted and tried again with some other codes but from this point onwards, no changes happened. I am assuming it's something I did wrong when deleting the initial additional code so I apologise now for being so dense. If anyone can help me I would appreciate it. https://dove-okra-rb73.squarespace.com Link to comment
tuanphan Posted January 25, 2022 Share Posted January 25, 2022 Your site is private. Can you setup password & share url again? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
ka00876 Posted January 25, 2022 Author Share Posted January 25, 2022 Apologies @tauphan https://dove-okra-rb73.squarespace.com C0rn1shL1f3! Link to comment
tuanphan Posted January 26, 2022 Share Posted January 26, 2022 19 hours ago, ka00876 said: Apologies @tauphan https://dove-okra-rb73.squarespace.com C0rn1shL1f3! You want to resize logo on mobile? Add this CSS /* Mobile logo */ @media screen and (max-width:767px) { .header .header-title--use-mobile-logo .header-mobile-logo img { max-height: 100px !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
ka00876 Posted January 26, 2022 Author Share Posted January 26, 2022 @tuanphan Hi Tuanphan. No I want to make top banner smaller in the mobile version but none of the changes I make to the css effect the layout. Thanks Kelly Link to comment
tuanphan Posted January 27, 2022 Share Posted January 27, 2022 23 hours ago, ka00876 said: @tuanphan Hi Tuanphan. No I want to make top banner smaller in the mobile version but none of the changes I make to the css effect the layout. Thanks Kelly Add to Design > Custom CSS > Then save & reload the site @media screen and (max-width:767px) { .gallery-fullscreen-slideshow { height: 35vh !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (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