Hi, is it possible to make the logo size of header type 2 more wide?
This topic has 10 replies, 4 voices, and was last updated 10 years, 11 months ago ago by Stan Russell
Hi, is it possible to make the logo size of header type 2 more wide?
Hello,
Please provide us with link to the page.
Regards,
Robert Hall.
Hi, see the link of my website in the private content. I want the logo +/- 1/3 of the header.
My excuse for the title. I need this for header type 3.
Thanks
Hello,
Please add this code in custom.css file:
.header-type-3 .logo-with-menu img {
width: 400px;
}
.header-type-3 .main-nav .menu {
width: 730px;
}
How to create custom.css you can watch in this tutorial.
Thank you.
Regards,
Eva Kemp.
Thanks, I have add it to my custom css but the logo is still the same size..
I have placed it in my childtheme style.css. But the code doesn’t work.
Thanks
I think the code doesn’t work in my child (or custom) because the code is in the large-resolution.css file.
this code I mean:
@import (min-width: 1200px)
.header-type-3 .main-nav .menu, .header-type-4 .main-nav .menu {
width: 930px;
}
When I change the width in my editor of my browser it works good.
Thanks
Hello,
please add following code to your theme custom css file:
.header-type-3 .logo-with-menu img {
width: 400px;
}
.header-type-3 .main-nav .menu {
width: 730px!important;
}
Please make sure your custom.css file is enabled in Dashboard > Theme options > Custom css
Regards,
Stan Russell.
Thanks,
I have placed it my custom.css and now it works..
Hello,
You are welcome!
Regards.
The issue related to '‘header 2 – logo size more wide’' has been successfully resolved, and the topic is now closed for further responses