i have highlighted the area in red where i would like to decrease the padding
site url is https://7kingdomsbar.myshopify.com/
password is godgod24
i have highlighted the area in red where i would like to decrease the padding
site url is https://7kingdomsbar.myshopify.com/
password is godgod24
yes, please upload code
@media only screen and (min-width: 768px) {
.site-header__logo {
padding: 30px 0 10px;
}
}
Hi @7kingodmsla ,
You can follow the instruction below:
@media only screen and (min-width: 768px){
.site-header__logo {
padding: 30px 0 25px !important;
}
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Best regards.