New Landing How can we help? Themeforest Theme Support Dante header-sticky-wrapper height

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Dante
  • #103353
    PBT-
    Member
    Post count: 4

    Where or how is this height of this id defined.It changes when you go to mobile view.

    <div id=”header-sticky-wrapper” class=”sticky-wrapper” style=”height: 95px;”>

    Since its a div element its no defined in the css.

    #103525
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    It’s defined the by sticky header script – although you can override it with the following custom css:

    #header-sticky-wrapper {
    height: 100px!important;
    }

    – Ed

    #103720
    PBT-
    Member
    Post count: 4

    Thanks works on destkop also when I resize the screen to the size of a mobile. However when opening it on a mobile phone it is not working, Is the value different on mobile?

    #103946
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    You can use this code for mobile:

    @media only screen and (max-width: 767px) {
    #header-section #header {
    height: 80px!important;
    }
    }

    – Ed

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

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

License required for one of the following items
Login and Registration Log in · Register