how to change header size on mobile version?

how to change header size on mobile version?

Leon_baric
Tourist
6 0 1

I want to make bigger header.

https://baricexpress.myshopify.com/

Reply 1 (1)

GemPages
Shopify Partner
5625 1262 1251

Hello @Leon_baric 

 

You can follow these steps: 
1. Go to Online Store->Theme->Edit code

GemPages_0-1670405247096.png

2. Open your theme.liquid file, paste the below code before </body>

GemPages_1-1670405286991.png

<style>
@media (max-width: 767px ) {
.site-header {
    height: 80px !important;
}
}
</style>

I hope the above is useful to you.


Kind & Best regards, 
GemPages Support Team

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center