This topic has 4 replies, 2 voices, and was last updated 9 years, 6 months ago ago by Eva Kemp
Hello,
the height of the header top bar especially on mobiles looks very bad.
What could I do to have an auto-height?
Thanks!
Konstantin
Hello,
Please add this code in custom.css file:
@media (max-width: 480px) {.top-bar {
height: 62px !important;
}}
Regards,
Eva Kemp.
perfect, thank you Eva!
Always a pleasure!
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘header top bar height’' has been successfully resolved, and the topic is now closed for further responses