How can I adjust the spacing of my header menu?

Solved

How can I adjust the spacing of my header menu?

admintb
Navigator
346 6 57

NEED HELP

Please make the space between the left menu like the same from the right side menu:

Shop Link: https://93f811-2.myshopify.com/

Bildschirmfoto 2023-11-11 um 19.43.28.png

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
10043 2388 3014

This is an accepted solution.

Oh Sorry, I didnt read it right. Check this one same Instruction. 

 

@media screen and (min-width: 700px){
.header__secondary-nav {
    column-gap: 2.5rem !important;
}
}

 

And Save. 

Result:

Made4uoRibe_0-1699739802598.png

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 4 (4)

Made4uo-Ribe
Shopify Partner
10043 2388 3014

Hi @admintb 

Check this one.

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

@media screen and (min-width: 1150px){
.header__primary-nav {
    column-gap: 1.25rem !important;
}
}

 

  • And Save. 
  • result:
    Made4uoRibe_0-1699729437339.png

     

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
admintb
Navigator
346 6 57

Can you make the opposite? So the right menu spacing like the left one 🙂

Made4uo-Ribe
Shopify Partner
10043 2388 3014

This is an accepted solution.

Oh Sorry, I didnt read it right. Check this one same Instruction. 

 

@media screen and (min-width: 700px){
.header__secondary-nav {
    column-gap: 2.5rem !important;
}
}

 

And Save. 

Result:

Made4uoRibe_0-1699739802598.png

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
jamil_shoukat
Visitor
1 0 0

im also facing the same issue of menu i tried your solution but it still same no changes check out jsbazar.com