Dear Kriesi themes,
I want to disable this function: avia_header_size()
But not in the core of the original theme. I want to do this in the child theme so i can update my clients site without removing my edits.
Thanks in advance!
p.s. i tried the css method but then the dropdowns in the main menu get really large too and thats not what i want!
Hi!
Try with this code:
#header_main .container, .main_menu ul:first-child > li > a, .logo img, .logo a {
height: 88px !important;
line-height: 88px !important;
max-height: none !important;
}
Cheers!
Josue