• Please advice on how to reduce height of header space where logo appear as well as height of the menu bar (Home and sample page bar)

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello Kishor G,

    Changing the size of those elements typically involves altering the corresponding CSS code in the appropriate stylesheet. Are you familiar with CSS and do you have a link to the live website?

    You can add custom CSS like this
    .site-header{
    margin-top: -33px;
    }

    You can change the the value to what ever you want.

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