How to decrease the space between icons and logo header

Solved

How to decrease the space between icons and logo header

NOT1
Shopify Partner
272 2 117

NOT1_0-1725691192482.png

I want to make the search & cart and the menu button more close to the logo in dawn theme mobile header  

Thanks in advance : )

Accepted Solutions (3)

BSS-TekLabs
Shopify Partner
2350 702 827

This is an accepted solution.

- Here is the solution for you @NOT1 

- Please follow these steps:

BSSTekLabs_0-1725692726707.jpeg

 

- Then find the theme.liquid file.
- Then add the following code at the before tag </head> and press 'Save' to save it.

 

 

<style>
.header {
    padding-left: 4rem;
    padding-right: 4rem;
}
</style>

 

Copy

- Here is the result you will achieve:

BSSTekLabs_0-1725693023998.png

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

GTLOfficial
Shopify Partner
554 120 109

This is an accepted solution.

Hello @NOT1 

Go to online store ----> themes ----> actions ----> edit code---->base.css
add this code at the end of the file.

@media screen and (max-width: 749px) {
.header {
padding: 6px 6rem 4px 6rem;
}

result
1.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: [email protected] - Skype: ritesh_27dh

View solution in original post

Sangeetanahar
Explorer
541 36 69

This is an accepted solution.

hello @NOT1 

Go to online store ----> themes ----> actions ----> edit code ---->assets ----> base.css...>

add the code end of the file

@media screen and (min-width: 750px) {
    header-drawer {
    justify-self: start;
    margin-left: 2.8rem;
}
.header__icons {

    margin-right: 30px;
}
}

CIEN-A-Hundred-Threads-of-Perfection- (1).png

 thanks

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me [email protected] - Skype: live:sangeetarahuldhiman -Whatsapp: +917009811712
Checkout Some Free Sections Here

View solution in original post

Replies 4 (4)

BSS-TekLabs
Shopify Partner
2350 702 827

This is an accepted solution.

- Here is the solution for you @NOT1 

- Please follow these steps:

BSSTekLabs_0-1725692726707.jpeg

 

- Then find the theme.liquid file.
- Then add the following code at the before tag </head> and press 'Save' to save it.

 

 

<style>
.header {
    padding-left: 4rem;
    padding-right: 4rem;
}
</style>

 

Copy

- Here is the result you will achieve:

BSSTekLabs_0-1725693023998.png

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

Sangeetanahar
Explorer
541 36 69

hello @NOT1 

Go to online store ----> themes ----> actions ----> edit code ---->assets ----> base.css...>

add the code end of the file

@media screen and (min-width: 750px) {
etails-modal.header__search {
   
    margin-right: -17px;
}
}

result

CIEN-A-Hundred-Threads-of-Perfection-.png



Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me [email protected] - Skype: live:sangeetarahuldhiman -Whatsapp: +917009811712
Checkout Some Free Sections Here

GTLOfficial
Shopify Partner
554 120 109

This is an accepted solution.

Hello @NOT1 

Go to online store ----> themes ----> actions ----> edit code---->base.css
add this code at the end of the file.

@media screen and (max-width: 749px) {
.header {
padding: 6px 6rem 4px 6rem;
}

result
1.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: [email protected] - Skype: ritesh_27dh

Sangeetanahar
Explorer
541 36 69

This is an accepted solution.

hello @NOT1 

Go to online store ----> themes ----> actions ----> edit code ---->assets ----> base.css...>

add the code end of the file

@media screen and (min-width: 750px) {
    header-drawer {
    justify-self: start;
    margin-left: 2.8rem;
}
.header__icons {

    margin-right: 30px;
}
}

CIEN-A-Hundred-Threads-of-Perfection- (1).png

 thanks

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me [email protected] - Skype: live:sangeetarahuldhiman -Whatsapp: +917009811712
Checkout Some Free Sections Here