How to add space between header navigation bar and logo - brooklyn theme

how to add space between the logo and my navigation menu bar ? please submit response thank you

@AvadaCommerce

@7kingodmsla

oh sorry for that issue can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
@media only screen and (min-width: 768px){
.site-header__logo {
    padding-top: 10px;
    padding-bottom: 10px;
}
}