Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #224338

    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!

    #224589

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.