This topic has 8 replies, 2 voices, and was last updated 9 years, 9 months ago ago by Eva Kemp
Hi there,
On my current header on desktops there seems to be too much height top and bottom.
I would like to reduce the height as to reduce white space.
I’m using header 10, what can I add to custom.css file to change the height slightly.
admin details in private
Hello,
Please add this code in custom.css file:
.navbar {
padding: 10px 0px !important;
}
Thank you.
Regards,
Eva Kemp.
That did the trick nicely, thanks.
How can I deactive sign in popup box on the link in the header (header 10)
Also the search box on mobiles appears too far to the left, can this be centre of the screen via custom.css?
Thank you very much
Hello,
Please add this code in custom.css file:
@media (max-width: 480px) { .et-search-trigger.search-dropdown form {
width: 250px;
} }
.login-link .login-popup {
display: none;
}
Thank you.
Regards,
Eva Kemp.
Thanks Eva I will give that a try and confirm all is ok soon 🙂
Hello,
You’re welcome.
Regards,
Eva Kemp.
Eva, thank you! … that did the trick perfectly!
Keep up the good work guys
Hello,
Thank you for the feedback.
Have a nice weekend.
Regards,
Eva Kemp.
The issue related to '‘Header Height’' has been successfully resolved, and the topic is now closed for further responses