hello, i want to make my header thinner
my website is www.marcomontesi.com , theme is dawn
@ads18922 - please add this css to the very end of your base.css file and check,
Shopify Admin → Online Store ->Theme → Edit code → base.css
@media screen and (max-width:749px){
.header {padding: 0px 3rem 0px 3rem !important;}
}
Hello @ads18922
Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css Add the provided code at the end of the file.
.header {
padding: 5px 2rem 2px 2rem!imporant;
}