Header size in mobile Dawn theme

Solved

Header size in mobile Dawn theme

Xakhil
Excursionist
33 0 7

Hello,

 

Can anyone help me to reduce the size of my header only for mobile ?

I'm using dawn theme.

 

WhatsApp Image 2024-10-15 at 19.25.56_a25862dc.jpg

 

My store : https://www.warmreliefsolutions.com/

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
11599 2273 2454

This is an accepted solution.

Please add this code to theme.liquid file, after <head> in Online Store > Themes > Edit code 

<style>
@media (max-width: 749px) {
.header__heading-logo {
height: 80px !important;
object-fit: cover !important;
}
}
</style>

Screenshot 2024-10-16 at 11.01.51.png

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

View solution in original post

Replies 7 (7)

comercioservice
Shopify Partner
291 37 36

@Xakhil  if you upload this height 185px size logo it will be  ok 

Warm_NO_BG 1.png
your logo height what too big

Was my reply helpful? Click Like to let me know! Was your question answered? Mark it as an Accepted Solution.
Need store customizations, bug fixing or development ? Contact with us -- Support form for quick quote!
BFCM Big Deals: Big savings 25% off -on our Shopify FAQs apps!
Xakhil
Excursionist
33 0 7

185x185 ?

comercioservice
Shopify Partner
291 37 36

@Xakhil width 420 and height 185

Was my reply helpful? Click Like to let me know! Was your question answered? Mark it as an Accepted Solution.
Need store customizations, bug fixing or development ? Contact with us -- Support form for quick quote!
BFCM Big Deals: Big savings 25% off -on our Shopify FAQs apps!
Xakhil
Excursionist
33 0 7

@comercioservice If i reduce the size wont it effect my website size too ?

Dan-From-Ryviu
Shopify Partner
11599 2273 2454

This is an accepted solution.

Please add this code to theme.liquid file, after <head> in Online Store > Themes > Edit code 

<style>
@media (max-width: 749px) {
.header__heading-logo {
height: 80px !important;
object-fit: cover !important;
}
}
</style>

Screenshot 2024-10-16 at 11.01.51.png

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

Xakhil
Excursionist
33 0 7

@Dan-From-Ryviuthank you it worked 

Dan-From-Ryviu
Shopify Partner
11599 2273 2454

Very welcome! 

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.