CMS Development

Rotageek
Member

Resizing the logo

SOLVE

I am attempting to resize my logo to a larger size in my navigation bar. As you scroll down the page, the logo in the sticky header becomes very little. I wanted to enlarge it and make it the same size in the sticky header as it is in the navigation bar. If anyone knows how I could do this, please let me know. Thanks in advance! 

0 Upvotes
1 Accepted solution
Stephanie-OG
Solution
Key Advisor

Resizing the logo

SOLVE

Hi there! 

 

Is this is HubSpot's default HubTheme (Vast)? I recall that being an issue there.

 

If so, if you go to the Design Manager and look for the "vast-style" file, you can Ctrl + F to find this piece of code: 

 

.small-header .header-container .hs_cos_wrapper_type_logo a img {
    max-width: 100px;
}

You can update that width to a larger size. 

 

If this isn't for the Vast theme, could you please send us a link to your site to take a look?

 


Stephanie O'Gay GarciaHubSpot Design / Development

Website | Contact

 

If this helped, please mark it as the solution to your question, thanks!

View solution in original post

0 Upvotes
3 Replies 3
Stephanie-OG
Solution
Key Advisor

Resizing the logo

SOLVE

Hi there! 

 

Is this is HubSpot's default HubTheme (Vast)? I recall that being an issue there.

 

If so, if you go to the Design Manager and look for the "vast-style" file, you can Ctrl + F to find this piece of code: 

 

.small-header .header-container .hs_cos_wrapper_type_logo a img {
    max-width: 100px;
}

You can update that width to a larger size. 

 

If this isn't for the Vast theme, could you please send us a link to your site to take a look?

 


Stephanie O'Gay GarciaHubSpot Design / Development

Website | Contact

 

If this helped, please mark it as the solution to your question, thanks!

0 Upvotes
Nina_Weigel
Contributor | Partner
Contributor | Partner

Resizing the logo

SOLVE

Hi there,

 

I'm using Act2 Theme and I have the same problem rezising the logo. 

In the Header overlap it appear very tiny, in the sticky header it shows up large. I already changed the Logo size in the settings, but it doesn't work.

 

Could you help me, how to adjust the size of the logo?

0 Upvotes
Rotageek
Member

Resizing the logo

SOLVE

Thank you very much Stephanie! 

0 Upvotes