Hi @Noblec
Would you mind sharing your store’s URL so we can assist on that?
Cheers!
Noblec
3
Hello, I was able to do it by using this piece of code in style.css turbo theme.
.header .promo-banner{
padding: 18px 0 !important;
}
@media only screen and (max-width: 749px){
header .promo-banner{
padding: 14px 0 !important;
}
}