Dina-Gruenfeld Posted December 17, 2021 Share Posted December 17, 2021 Site URL: https://turkey-coral-wbtr.squarespace.com/config/ The logo for a site I'm working on is too small in mobile view. I am trying to figure out how to change the size in mobile view only and the CSS I have found in this forum is not working? I would so appreciate help with this! Link to comment
tuanphan Posted December 19, 2021 Share Posted December 19, 2021 Add to Design > Custom CSS /* Mobile logo size */ @media screen and (max-width:767px) { .header-title-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 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
adamrosa Posted January 20, 2022 Share Posted January 20, 2022 Having the same problem on my website www.jacksonchoice.com I added the code and it still isn't working Thanks Link to comment
tuanphan Posted January 20, 2022 Share Posted January 20, 2022 6 hours ago, adamrosa said: Having the same problem on my website www.jacksonchoice.com I added the code and it still isn't working Thanks Add to Design > Custom CSS /* Mobile header logo */ @media screen and (max-width:768px) { #header #logoWrapper #logoImage img, #header #siteTitleWrapper #logoImage img { max-height: 100px; } } 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