New Landing How can we help? Themeforest Theme Support Dante mobile head height

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Dante
  • #206686
    Marco_A
    Member
    Post count: 13

    How I can reduce mobile head height?
    Attached image

    Attachments:
    You must be logged in to view attached files.
    #206734
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    What’s your link?

    – Kyle

    #206828
    Marco_A
    Member
    Post count: 13
    This reply has been marked as private.
    #206851
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option. If you want to remove it further that top and bottom spacing let us know.

    @media only screen and (max-width: 767px){
    #header .sticky-wrapper {
        height: 100px!important;
    }
    }

    -Rui

    #206891
    Marco_A
    Member
    Post count: 13

    Yes please, I want to reduce top and bottom spacing. Thx

    #207262
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    In that case replace the previous code by this one.

    @media only screen and (max-width: 767px){
    
    #header .sticky-wrapper {
        height: 60px!important;
    }
    
    #header .header-container {
        padding-top: 0px!important;
    }
    
    }

    -Rui

Viewing 6 posts - 1 through 6 (of 6 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