I have long logo (604×92), is there a way to increase the width of the logo so I can get it to 92px high proportionately? Thank you!
Increase Logo Width
Sure 🙂 You can adjust the proportions of the logo vs allowed menu space using:
/* Site Branding */
.site-header .site-branding-container {
height: 112px;
}
/* Main Navigation */
.main-navigation {
max-width: 65%;
}Hello Andrew,
The Site Branding height adjustment on affects the Logo/Menu bar height. I added a width directive, however I was only able to make the logo smaller. I also reduced the menu to 30% and that did nothing. Thanks.
Best,
T!
*only
Apologies, that should have been:
/* Site Branding */
.site-header .site-branding-container {
max-width: 35%;
}
/* Main Navigation */
.main-navigation {
max-width: 65%;
}Adjust the max-width values are required. Sorry for the hassle.
That worked. Thanks!
Glad that helped 🙂
I am having the same issue. Where does the CSS code go in order to make this adjustment?
Thanks.
Hi, if you have upgraded to WP 4.7 then it can go in the field provided at Appearance > Customize > Additional CSS. The values provided above are default. You would need to adjust them as required with the total always needing to equal 100%.
If you have any follow-up questions, please, can I kindly request that you post a new topic using the form at the bottom of this page https://purothemes.com/support/forum/ultra-theme/ as this topic is resolved and each case can be a little bit different. Thanks.