Home Forums ArileWP Pro Adjust Row Height of Header

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #2915
    Anne Keller
    Participant

    The row height of the header (the row that contains the site identity info/logo and menu items) is too tall – it takes up too much space on the screen. How do I make it shorter? I looked for “padding” or height settings in the code but don’t know where they are.

    Thanks!
    Anne Keller

    #2928
    themearile
    Keymaster

    Hi Anne

    Please share your site URL so we can see and give you the proper solution.

    Thanks
    ThemeArile

    #2931
    Anne Keller
    Participant

    ngladvisors.com

    #3067
    themearile
    Keymaster

    Hi Anne,

    We are trying to check your site but it is not working. Please check your site.

    Thanks

    #3071
    themearile
    Keymaster

    Hi Anne

    Your site URL is not correct to see the screenshot http://prntscr.com/rfrmde

    Thanks
    ThemeArile

    #3078
    themearile
    Keymaster

    Hi

    Please follow the below help article here you will find the page header padding option.

    https://helpdoc.themearile.com/?docs=arilewp-pro/how-to-setup-page-header

    Let me know if it works.

    Thanks
    ThemeArile

    #3337
    Anne Keller
    Participant

    Note for others who are following this post – the team provided some CSS code that allowed me to change the height of the header – add the below CSS code in “Additional CSS” box.

    @media (min-width: 992px) {
    .navbar-brand {
    padding-top: 1rem;
    padding-bottom: 1rem;
    }
    .site-branding-text {
    margin-top: 1rem;
    margin-bottom: 1rem;
    }
    .navbar.navbar-header-wrap.classic-header .nav .menu-item .nav-link {
    padding: 1.813rem 1.25rem;
    }
    .navbar.navbar-header-wrap.classic-header .nav .themes-header-top {
    padding: 1.438rem 0px;
    }
    }

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.