how can i reduce bottom padding on my header to zero ?
store url : https://7kingdomsbar.myshopify.com/
password godgod24
how can i reduce bottom padding on my header to zero ?
store url : https://7kingdomsbar.myshopify.com/
password godgod24
godgod294 password
Add this code t the bottom of your theme.scss file
@media (min-width: 750px){
.site-nav__link {
padding-bottom: 0px;
}
}
thank you ! @Muhammad_Ali_S , do you know how to add in a smooth transition to hero slideshow ?