New Landing How can we help? Themeforest Theme Support Neighborhood Header Height – Mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • #256579
    Knut Klimmek
    Member
    Post count: 55

    Hi There,

    I’m editing the header size to make it a fixed height of 90px; I have made the change on the desktop version using the following:
    #main-navigation{
    height:90px;
    }

    But when I resize my screen to mobile, the main-navigation div resizes back to over 100px. I’ve edited the responsive.css file to try and keep the height 90px, but it does not work. (Well at least what I’ve tried does not work)

    Would you be able to tell me which class/id I need to call to edit the height of the navigation bar, for mobile only..?

    Thanks,
    Max

    #256697
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    @media screen and (max-width: 767px) {
    #header-section.header-4 #header {
        padding: 10px 0 !important;
    }
    }

    Thanks
    Mohammad

    #270133
    Knut Klimmek
    Member
    Post count: 55

    Resolved.

    #270136
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Glad to help you.
    Thanks
    Mohammad

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