Please add the following code at the bottom of your assets/base.css file.
@media screen and (min-width: 750px){
.banner__media {height: -webkit-fill-available !important;}
}
Goal: reduce the header height in Shopify’s Dawn theme and adjust logo/banner sizing on desktop.
What worked (desktop focus):
Further adjustments:
Open items:
Status: Partially resolved (header height solution confirmed); some logo sizing and theme version questions are still open.
Please add the following code at the bottom of your assets/base.css file.
@media screen and (min-width: 750px){
.banner__media {height: -webkit-fill-available !important;}
}