- My header height in Supply theme needs to be reduced.
- I would like to have the Menu moved up closer to my custom logo.
- I also would like to have the logo aligned with the search bar.
- I’ve gone through the theme.css file and looked at some code in posts here but can’t find a working solution.
- URL: flashpointmining.com
Hi @jrowlett22 ,
Go to Assets > theme.scss.liquid and paste this at the bottom of the file:
.site-header {
height: auto !important;
}
Hope it helps!
That worked! Thank you so much.
1 Like