Jump to content

Change logo size beyond the maximum size on squarespace 7.1

Recommended Posts

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?

Bildschirmfoto 2021-10-21 um 18.17.56.png

Link to comment
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?

Bildschirmfoto 2021-10-21 um 18.17.56.png

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)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

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

My Testing result

image.thumb.png.c48674984dc24a7425825bb9f8b30915.png

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

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 changed the title to Change logo size beyond the maximum size on squarespace 7.1
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

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.