New Landing How can we help? Themeforest Theme Support Dante Disable Sticky Header Resizing

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Dante
  • #66544
    eternalbeta
    Member
    Post count: 76

    I realize that I can use custom css to reset the height of the “resized” sticky header, but is there a way to turn off the resizing in the code rather than just using css to override it? Even if I use the CSS, there is a very quick flicker to the header when it would have otherwise been changing size.

    Thanks

    #66852
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please open to edit functions.js at /dante/js/

    Find this code at line 547
    stickyHeader.addClass('sticky-header-resized');
    Replace with
    //stickyHeader.addClass('sticky-header-resized');

    It may work . Otherwise you should use custom css .
    Thanks 🙂
    With Best Regards
    Swift Ideas

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.