I would like to reduce the padding in my header - brooklyn theme

how can i reduce bottom padding on my header to zero ?

store url : https://7kingdomsbar.myshopify.com/

password godgod24

godgod294 password

@7kingodmsla

Add this code t the bottom of your theme.scss file

@media (min-width: 750px){
.site-nav__link {
    padding-bottom: 0px;
}
}
1 Like

thank you ! @Muhammad_Ali_S , do you know how to add in a smooth transition to hero slideshow ?