Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #219298

    hi,

    i have added following code to stop resizing header

    #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;
    }

    but the anchor-links (within the menu) still go to the resized size of the header and not to the real size.

    #219460

    Hi rkoppik!

    Can you post the link to your website so we can take a look?

    Cheers!
    Yigit

    #219686

    hi,

    here is the link – work in progress

    http://wordpress.p213484.webspaceconfig.de

    #219693

    Hey!

    Please try flushing your browser cache and refresh your page a few times. It looks fine on my end http://i.imgur.com/BqXlJub.jpg

    Regards,
    Yigit

    #219708

    hi,

    the black-box with the anchor should stop at the bottom of the header.
    But it stops at the height of the resized header (which is disabled)

    http://i.imgur.com/DFf8TSu.jpg

    Regards,
    Rafael

    #220223

    Hi,

    Open js/avia.js and look for line 545:

    var target = container.offset().top - fixedMainPadding,
    

    Replace it by this:

    var target = container.offset().top - fixedMainPadding - 44,
    

    Regards,
    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘stop resizing header but anchor not correct’ is closed to new replies.