This topic has 4 replies, 2 voices, and was last updated 6 years, 2 months ago ago by Rose Tyler
Hi!
How do i change the size of logo for fixed header without cropping? I loaded logo in 300px × 97px, it scales to 184px × 59px. I need 124px x 40px.
Thanks
Hello,
Please add this code in custom.css file of parent theme or in style.css of child theme:
.fixed-header-area .fixed-header .logo-with-menu img {
max-width: 124px;
}
.fixed-header-area .fixed-header .logo-with-menu {
margin-top: 5px !important;
}
Regards
That’s works.
Thank you!
You’re welcome!
If you love Legenda and have something nice to say don’t hesitate to tell about this!
We’d appreciate if you could take a moment to give us 5-stars on ThemeForest! https://themeforest.net/downloads
Regards
You must be logged in to reply to this topic.Log in/Sign up