I Want To Reduce The Header Height.
Hello @Emiway ,
Your store is password protected, could you please share your password so i can see the issues.
Password aksar
aksar
Hi @Emiway ,
Please do the following:
In Online Store, select Themes → Edit code
In the theme.css file, add the following code at the end of the file:
@media screen and (max-width: 740px) {
.header__wrapper {
padding: 10px 0;
}
}
You can use 10px or any value you see fit.
Click Save to save changes.
Hope it helps @Emiway