How to adjust gap between Logo img and main-nav

How to adjust gap between Logo img and main-nav. please help me.Thanks so much.

You can change gap between logo and menu by adding this simple CSS to Appearance >> Theme Options >> Other >> Custom CSS.

.hgroup-wrap {
  padding-bottom: 0;
}

If you want to make that gap smaller or larger you can just change “0” with pixel value. For example “10px” or other. Default value is 35px.

Let me know if this helps.

IT’s work!! Thank you so much for your help. :slight_smile: