New Landing How can we help? Themeforest Theme Support Dante Header height not resizing

Viewing 15 posts - 1 through 15 (of 24 total)
  • Posted in: Dante
  • #163292
    rlshaw
    Member
    Post count: 47

    I’m using header 6 and the resizing sticky header is not working correctly. The logo correctly resizes but the header does not correspondingly shrink.

    #163345
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me correct admin login detail.
    Thanks
    Mohammad

    #163478
    rlshaw
    Member
    Post count: 47
    This reply has been marked as private.
    #163680
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .sticky-header-resized{
    height:80px !important;
    }

    Thanks
    Mohammad

    #177466
    CFi
    Member
    Post count: 13

    This custom CSS is nice and all but it doesn’t ease like the logo resizing does. Any suggestions? Otherwise, as-is it looks a little funny see the header resize before the logo does.

    #177469
    rlshaw
    Member
    Post count: 47

    I agree 100%. The logo resizing after the header is not elegant. I’d also be interested in a fix.

    #177607
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please attach screenshot after using custom css code:-
    Thanks
    Mohammad

    #177992
    rlshaw
    Member
    Post count: 47

    You can observe the problem at vanessashaw.com which has the css code provided.

    #178018
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    It looks perfect after resizing. Please check the attachment.
    Thanks
    Mohammad

    Attachments:
    You must be logged in to view attached files.
    #178131
    rlshaw
    Member
    Post count: 47

    The problem is not the end result which is correct. The problem as pointed out by the previous poster is the transition effect – please see the comments above.

    #178140
    Nishant – SUPPORT
    Spectator
    Post count: 649

    Hello,

    Please put this code in your theme options – custom css.

    This code will disable the transition effect.

    If you ask me, i would recommend to keep the transition because it looks great.

    .sticky-header-resized #logo {
        transition: none;
        -webkit-transition: none;
    }
    
    .sticky-header-resized #logo img {
        transition: none;
        -webkit-transition: none;
    }
    #178142
    rlshaw
    Member
    Post count: 47

    I think we still are not understanding each other. I want to keep the transition effect. The css you supplied below does shrink the sticky header bar down to the correct size. Without it, the header bar does not resize correctly.

    .sticky-header-resized{
    height:80px !important;
    }

    The issue is the transition effect is now a bit strange. The header bar resizes notably before the logo does so the logo overlaps the header bar for a moment until the logo correctly resizes to fit in the header bar. It’s hardly a big deal but if there is an easy fix for that, that’d be nice.

    #178143
    Nishant – SUPPORT
    Spectator
    Post count: 649

    Let me check again.

    #178179
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    You’d need to add this css too:

    #header-section.header-6 #header {
      height: 130px;
      transition: all 0.6s ease-in-out;
      -moz-transition: all 0.6s ease-in-out;
      -webkit-transition: all 0.6s ease-in-out;
      -o-transition: all 0.6s ease-in-out;
    }

    Hope that helps.

    – Ed

    #178198
    rlshaw
    Member
    Post count: 47

    Cool. That did the trick. thanks so much, Robert

Viewing 15 posts - 1 through 15 (of 24 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register