Thank you - however, after adding this code my logo size is still too small, and the search icon is not even with the menu. How do I increase both the logo size, and the header, while keeping the search icon even with the menu? Thanks!
If you want to increase the size then change 120px to something bigger, for the search icon I think it\'s disabled from the theme options, you should be able to activate it from the header styling options.
Hi
I would like to increase the height of the header as there is no option in theft settings.
Hello,
You can add this custom css ( thefox > styling options ) :
.nav_type_1 #logo_img, .nav_type_1 .logo_text { line-height: 120px; max-height: 120px; }header.nav_type_1 { min-height: 120px; }.nav_type_1 ul { line-height: 60px; }
Do not hesitate to contact us if you have other questions.
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Thank you - however, after adding this code my logo size is still too small, and the search icon is not even with the menu. How do I increase both the logo size, and the header, while keeping the search icon even with the menu? Thanks!
Hello Mike,
If you want to increase the size then change 120px to something bigger, for the search icon I think it\'s disabled from the theme options, you should be able to activate it from the header styling options.
Make sure to use this css:
.nav_type_1 #logo_img{ line-height: 120px; max-height: 120px; }
The max-height will make the logo become bigger.
Do not hesitate to contact us if you have other questions.
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Thank you - this changed the size of the header, but the logo is still small, and the menu is top-aligned. What snippet of code will fix this?
Hello Mike,
Please try to add this :
.nav_type_1 #logo_img img{max-height: 120px; }#header_container .nav_type_1 ul li:hover > ul, #header_container .nav_type_1 ul li.sfHover > ul { top: 125px; }
I think that should do the trick.
Do not hesitate to contact us if you have other questions.
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme