This topic has 11 replies, 4 voices, and was last updated 9 years ago ago by Robert Hall
Hi there,
Is it possible to make the logo in the header increases. I want the logo have wider and bigger
In the header at the top, only the exteriors red, I like these also have dark or red, where can I change this in the custom css
Screenshot: http://i.imgur.com/adbmsIG.jpg
Hello Henry,
your site is protected by ‘Coming soon’ page. Would you kindly provide us with admin credentials for it in private content so we will be able to check your site?
Regards,
Stan Russell.
Hello Stan,
I’ve make a user account for you, see private content.
Hello,
Please use this code in custom.css
.header6 .logo img {
max-width: 400px;
}
.header-type-6 .top-bar{
background:#000;
}
Regards,
Robert Hall.
Hello
Please try add following code into the custom.css:
.header6 .logo img {
max-width: 800px;}
or higher logo value.
Regards,
Brian Johnson
Thanx guys it works!
Is it possible in this header to place the search function on the right side from the logo?
What I mean is the logo more to the left and also the right search function.
Best regards Henry
Hello,
Please use this code in custom.css
.boxed .header6 .logo{
float:left;
}
.header6 .search {
float: right;
margin-top: 55px;
display:block;
}
Regards,
Robert Hall.
Hi Robert,
Thanx for your answer, I have use the code but now I see the search function twice. See sccreenshot
http://i.imgur.com/AUfvuo2.jpg
Best regards,
Henry
Hello
Please add following code into the custom.css:
.search-center
.et-mega-search {display:none!important}
Regards,
Brian Johnson
Thanx Brian,
It works!
Best regards
Henry
Hello,
You’re welcome!
Regards,
Robert Hall.
Tagged: bigger, header, logo, optimization, themes, woocommerce, wordpress
The issue related to '‘Make logo header bigger’' has been successfully resolved, and the topic is now closed for further responses