Hi,
Does anyone know how to reduce the height of the header in the minimal theme? In particular on the mobile view because it is taking up too much space.
Thanks,
Binanti
P.S. My store URL is www.chicandraw.co.uk - for all those replying with potential support.
1 Like
kindly Share your Store URL.
@chicandraw
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! 
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
hello @chicandraw
Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.
1 Like
@chicandraw
can you please check your theme setting may be allow this setting
hello @chicandraw
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
@media only screen and (max-width: 768px) {
.header-bar{
margin-top: -25px;
}
}
1 Like
no I don’t think it does, we checked. But I think we are ok now. thanks for your help.
Thanks this did help. It wasn’t quite what I was looking for but it’s resolved the issue. We also made the logo smaller, although we lost a bit of resolution on it.