Guest Posted October 21, 2021 Share Posted October 21, 2021 Site URL: https://www.welcome-to-utopia.de/ How to increase the logo size on Squarespace 7.1 The maximum logo size is still too small, so I tried to increase it even more, by adjusting the max-height value until I get the look I want, but nothing happend .header-title-logo img {max-height: 500px; } So I tried to increase the width instead: .header-title-logo a {width: 900px; } And what happens is: I get the size I want but the header (logo + navigation) shows left aligned instead of centered. --> see picture How can I make the logo bigger, but still stay centered? Link to comment
Beyondspace Posted October 21, 2021 Share Posted October 21, 2021 38 minutes ago, ka_scal said: Site URL: https://www.welcome-to-utopia.de/ How to increase the logo size on Squarespace 7.1 The maximum logo size is still too small, so I tried to increase it even more, by adjusting the max-height value until I get the look I want, but nothing happend .header-title-logo img {max-height: 500px; } So I tried to increase the width instead: .header-title-logo a {width: 900px; } And what happens is: I get the size I want but the header (logo + navigation) shows left aligned instead of centered. --> see picture How can I make the logo bigger, but still stay centered? You can try adding to Home > Design > Custom Css .header-title-logo img { height: 10rem; } .header-display-desktop { display: block; } /*Fix for mobile*/ @media only screen and (max-width: 767px) { .header-display-desktop { display: none; } } In addition, i've set the modification fix for mobile breakpoint Let me know if it work properly on your site Support me by pressing 👍 if this useful for you BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! 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
Beyondspace Posted October 21, 2021 Share Posted October 21, 2021 My Testing result BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! 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
Guest Posted October 21, 2021 Share Posted October 21, 2021 32 minutes ago, bangank36 said: You can try adding to Home > Design > Custom Css .header-title-logo img { height: 10rem; } .header-display-desktop { display: block; } /*Fix for mobile*/ @media only screen and (max-width: 767px) { .header-display-desktop { display: none; } } In addition, i've set the modification fix for mobile breakpoint Let me know if it work properly on your site Support me by pressing 👍 if this useful for you This works perfectly fine. Thank you! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.