Header style

Solved

Header style

PAUL8
Pathfinder
100 0 31

Hello, 
I want my header to look like this one, can you help me with some code please ? 
I attached below a photo so you can check the design:

Capture d'écran 2025-06-10 215641.png

I'm using dawn theme and my store is womber.fr Password: PROPAGANDAAA

Thanks you very much

Accepted Solution (1)
BiDeal-Discount
Shopify Partner
792 105 178

This is an accepted solution.

if only that, we can increase the space horizonal by this CSS code:

@media screen and (min-width: 990px) {
    .header:not(.drawer-menu).page-width {
        padding-inline: 30px !important;
   }
}

the result

BiDealDiscount_0-1749641643125.png

 

- Helpful? Like & Accept solution! Coffee tips fuel my dedication.
- BiDeal Bundle Volume Discounts: Upsell with discount bundles, quantity breaks, volume discounts & mix-and-match bundles. AOV+ with free gifts, free shipping & progressive cart
- Contact me via WhatsApp

View solution in original post

Replies 4 (4)

Alex485483
New Member
7 0 0

Hi  I think I can help with that.  If you're still having issues, feel free to share more details.

FE151D4A-814E-4B5B-99BD-F9C5F734F75E.jpeg

BiDeal-Discount
Shopify Partner
792 105 178

Hi @PAUL8 

I see it's same with your reference so what do you want to change?

BiDealDiscount_0-1749606845536.png

 

- Helpful? Like & Accept solution! Coffee tips fuel my dedication.
- BiDeal Bundle Volume Discounts: Upsell with discount bundles, quantity breaks, volume discounts & mix-and-match bundles. AOV+ with free gifts, free shipping & progressive cart
- Contact me via WhatsApp
PAUL8
Pathfinder
100 0 31

Hello, it's not exactly the same because on the right and left, my text is at the end of the header, almost cropped, whereas in the photo of my example it's better distributed.

BiDeal-Discount
Shopify Partner
792 105 178

This is an accepted solution.

if only that, we can increase the space horizonal by this CSS code:

@media screen and (min-width: 990px) {
    .header:not(.drawer-menu).page-width {
        padding-inline: 30px !important;
   }
}

the result

BiDealDiscount_0-1749641643125.png

 

- Helpful? Like & Accept solution! Coffee tips fuel my dedication.
- BiDeal Bundle Volume Discounts: Upsell with discount bundles, quantity breaks, volume discounts & mix-and-match bundles. AOV+ with free gifts, free shipping & progressive cart
- Contact me via WhatsApp