I would like to have a bigger height in the menu header, both hover the slideshow and in the sticky menu. Now the default height is to narrow, if I use a bigger logo, the logo will go outside the menu. i hope it is clear and you can help me!
thank you!!!
Hi,
Thanks for contacting us and choosing our product!
Please send us your site URL.
We’ll check the issue for you.
The best solution now is use logo fit the height of menu.
Thank you, I already tried it and it works. It’s actually for this reason that I want to increase the menu height in the sticky mode, but I am not able to find in the css where I can set this parameter.
I attach screenshots with explanations, I hope you can help.
Hi,
Thanks for your feedback!
To change height of Sticky Menu need customize much code and some files. Step 1: Change in js file by go to wp-content/themes/shang/assets/js then open file haru-main.js
– You need find function stickyMenu and change: headerNavStickyHeight = 60,
to headerNavStickyHeight = 80, // Or other value Step 2: Change in CSS:
header.haru-main-header .haru-header-nav-wrap.nav-sticky {
height: 80px; // Or other value
}
header.haru-main-header .haru-header-nav-wrap.nav-sticky .header-nav-above {
height: 80px; // Or other value
}
Hi,
Your site is under maintenance mode and we can’t see it.
Please public it so we can see.
In this case Please see how to customize CSS follow our video tutorial. It will help you so much for you work.
Hi,
Your site is under maintenance mode and we can’t see it.
Please public it so we can see.
In this case Please see how to customize CSS follow our video tutorial. It will help you so much for you work.