Hey! I using a debut template for my store. After I added a logo, header got too big and I don't know how to change it. I tried to find any solutions on the web, but my theme code seems to me a bit different.
I tried to add "height: 100px;" as I found this at the community forum. But for me, it just increases the height of the page and doesn't even interact with the header.
.site-header {
height: 100px;
background-color: $color-body;
position: relative;
padding: 0 $gutter-site;
Tanks for your time.
Solved! Go to the solution
This is an accepted solution.
Hi, @NikolaiSkor ,
This is Evita from On The Map.
Try this:
1. Go to Online Store->Theme->Edit code
2. Asset->theme.scss.lqiuid->paste bellow code at the bottom of the file.
.site-header__logo-image img { height: 100px!important; }
Best,
Evita
User | Count |
---|---|
27 | |
19 | |
14 | |
12 | |
10 |