• Resolved ahsananwari

    (@ahsananwari)


    Can someone tell me if there is a way I can reduce the header height? Right now its a bit too thick, I would like it to be more slim.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello ahsananwari,

    You can reduce the height of the header with the help of custom css. Please apply the below given css in your style sheet-

    .site-header {
    height: 93px !important;
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

    Thread Starter ahsananwari

    (@ahsananwari)

    Thank you!
    That worked like a charm!

    • This reply was modified 8 years, 2 months ago by ahsananwari.
    Thread Starter ahsananwari

    (@ahsananwari)

    The command works wonderfully! But, I want to change the height of the entire navigation bar, so that the site title and the menu would also move accordingly up. Is that possible?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Header Height’ is closed to new replies.