iamaem Posted December 2, 2019 Posted December 2, 2019 Hello, I am having trouble with my logo size on mobile, it is tiny! Any help is greatly appreciated. Website is still a work in progress, link here https://www.franklyinteriordesign.com.au/ Thanks
tuanphan Posted December 2, 2019 Posted December 2, 2019 @iamaem To increase mobile header logo, insert this code to Home > Design > Custom CSS .Mobile-bar-branding-logo { width: 250px !important; } T_R 1 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!)
entrepreneuress Posted November 5, 2020 Posted November 5, 2020 Hi there, it's not working for me. I input the code, but the logo height on mobile isn't changing. Do you think it's possible the mobile bar padding is limiting it or something? Any advice greatly appreciated, thank you!
creedon Posted November 5, 2020 Posted November 5, 2020 @coriwhat Most likely the issue you are having is the code was designed for a different version of Squarespace or you are using a different template. Please post the URL for your site. If your site is not public please set up a site-wide password, if you've not already done so. Post the password here. We can then take a look at your issue. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
tuanphan Posted November 6, 2020 Posted November 6, 2020 On 11/5/2020 at 7:32 AM, coriwhat said: Hi there, it's not working for me. I input the code, but the logo height on mobile isn't changing. Do you think it's possible the mobile bar padding is limiting it or something? Any advice greatly appreciated, thank you! Can you share site url or template name? We can check easier 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!)
entrepreneuress Posted November 28, 2020 Posted November 28, 2020 Hey sorry for the delay, thanks so much for the help!! www.thebparlour.com , thank you!!
entrepreneuress Posted December 2, 2020 Posted December 2, 2020 Hey @tuanphan wondering if I can follow up on this - thank you for your help!!
tuanphan Posted December 3, 2020 Posted December 3, 2020 19 hours ago, coriwhat said: Hey @tuanphan wondering if I can follow up on this - thank you for your help!! Add to Home > Design > Custom CSS @media screen and (max-width:767px) { .header-title-logo { width: 300px; padding-left: 0 !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!)
Denimrush Posted January 16, 2022 Posted January 16, 2022 Hi! I tried this code and my logo for mobile is not able to center. This is the website : www.garrettcarterdesigns.com the logo keeps going off the screen
tuanphan Posted January 17, 2022 Posted January 17, 2022 6 hours ago, Denimrush said: Hi! I tried this code and my logo for mobile is not able to center. This is the website : www.garrettcarterdesigns.com the logo keeps going off the screen Header or Footer logo? 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!)
adamrosa Posted January 20, 2022 Posted January 20, 2022 I'm having the same problem with a tiny logo on mobile for my site at www.jacksonchoice.com I tried inserting the code you shared, but it hasn't fixed it. Thanks,
tuanphan Posted January 21, 2022 Posted January 21, 2022 10 hours ago, adamrosa said: I'm having the same problem with a tiny logo on mobile for my site at www.jacksonchoice.com I tried inserting the code you shared, but it hasn't fixed it. 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 !important; } } AliaElias 1 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!)
frankmar Posted January 23, 2023 Posted January 23, 2023 Hi all, thanks for the help. I've tried each snipped posted on this thread but non of them are working. I still see my logo tiny on mobile. Any ideas what could be the problem? Here's my website: https://www.marsolltd.cl/ Thank you!
tuanphan Posted January 26, 2023 Posted January 26, 2023 On 1/23/2023 at 10:21 PM, frankmar said: Hi all, thanks for the help. I've tried each snipped posted on this thread but non of them are working. I still see my logo tiny on mobile. Any ideas what could be the problem? Here's my website: https://www.marsolltd.cl/ Thank you! Add this to Design > Custom CSS .mobile-branding-wrapper .mobile-logo-image a { max-width: 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!)
Lumenarius Posted January 28, 2023 Posted January 28, 2023 On 1/20/2022 at 7:40 PM, tuanphan said: 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 !important; } } This worked great but I needed to remove the "important" as it messed with my autoplay video formatting for some reason. Thanks! tuanphan 1
tuanphan Posted February 2, 2023 Posted February 2, 2023 On 1/29/2023 at 6:32 AM, Lumenarius said: This worked great but I needed to remove the "important" as it messed with my autoplay video formatting for some reason. Thanks! Hi, Did you solve or still need help with the code? Lumenarius 1 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!)
KG_LDG Posted August 1, 2023 Posted August 1, 2023 I'm using a custom logo for some of my pages and the sizing is too large compared to the home page logo. https://fuchsia-lynx-m5fs.squarespace.com pass - laguardia
tuanphan Posted August 2, 2023 Posted August 2, 2023 7 hours ago, KG_LDG said: I'm using a custom logo for some of my pages and the sizing is too large compared to the home page logo. https://fuchsia-lynx-m5fs.squarespace.com pass - laguardia Which page are you referring to? 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!)
KG_LDG Posted August 2, 2023 Posted August 2, 2023 If you look at any of the non-home pages (Projects - About - Monograph - Contact) You'll see that the Blue Logo is much larger on the mobile site - oppose to the home page (White logo) which is a good size.
tuanphan Posted August 3, 2023 Posted August 3, 2023 20 hours ago, KG_LDG said: If you look at any of the non-home pages (Projects - About - Monograph - Contact) You'll see that the Blue Logo is much larger on the mobile site - oppose to the home page (White logo) which is a good size. Replace this code <style> div.header-title-logo a { content: url("https://static1.squarespace.com/static/64ad83554ca3f02ba636f743/t/64c95d7a5d0bc15becbab7e8/1690918266356/LDG+LA+TEXT+LOGO_BLUE+2.png") !important; max-width: 380px; } </style> with this code <style> header#header img { content: url(https://static1.squarespace.com/static/64ad83554ca3f02ba636f743/t/64c95d7a5d0bc15becbab7e8/1690918266356/LDG+LA+TEXT+LOGO_BLUE+2.png) !important; } </style> 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!)
KG_LDG Posted August 3, 2023 Posted August 3, 2023 That did resolve the mobile sizing but made the desktop sizing massive. Is there a mobile specific code?
tuanphan Posted August 4, 2023 Posted August 4, 2023 21 hours ago, KG_LDG said: That did resolve the mobile sizing but made the desktop sizing massive. Is there a mobile specific code? That code will replace mobile + Desktop to new logo If you want the code different for desktop/mobile, use this new code <style> /* for desktop */ .header-display-desktop img { content: url(https://static1.squarespace.com/static/64ad83554ca3f02ba636f743/t/64c95d7a5d0bc15becbab7e8/1690918266356/LDG+LA+TEXT+LOGO_BLUE+2.png) !important; } /* for mobile */ .header-display-mobile img { content: url(https://static1.squarespace.com/static/64ad83554ca3f02ba636f743/t/64c95d7a5d0bc15becbab7e8/1690918266356/LDG+LA+TEXT+LOGO_BLUE+2.png) !important; } </style> Replace with corresponding image url 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment