• Resolved arczisdb

    (@arczisdb)


    Hi!
    Could you help me how to change header menu height? Default setting is to high…

    Thank you in advance!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author themearile

    (@themearile)

    Hi arczisdb

    Thanks for contacting us.

    Please add the below CSS code in the Additional CSS box.

    @media (min-width: 992px) {
    .navbar.navbar-header-wrap.classic-header .navbar-brand,
    .navbar.navbar-header-wrap.classic-header.header-fixed-top .navbar-brand {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    }
    .navbar.navbar-header-wrap.classic-header .nav .menu-item .nav-link,
    .navbar.navbar-header-wrap.classic-header.header-fixed-top .nav .menu-item .nav-link {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    }
    }

    Let us know if it works for you.

    Thanks

    Thread Starter arczisdb

    (@arczisdb)

    Hi,
    It works perfectly!
    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header menu height’ is closed to new replies.