Any help would be appreciated! I'm using Simple theme and my header on mobile is way too big. The bigger I make the logo the bigger the space around it is, and the logo is just floating in the middle of this big space. This happens even if i make the logo larger and upload it again. I'd like to know how to reduce the height of the header on mobile. Thanks!!
Solved! Go to the solution
Hello skaci,
Please share your site url.
So that i can check and let you know the exact solution here.
This is an accepted solution.
Go to Online Store->Theme->Edit code->Asset->theme.scss.liquid->paste bellow code in bottom of file
@media only screen and (max-width: 749px) { #HeaderLogoWrapper { margin: 0 auto!important; } }
Also your logo contains white space from top and bottom.Please crop your logo and add new one
User | Count |
---|---|
23 | |
19 | |
18 | |
16 | |
16 |