How to fix spacing issues in the header menu?

Hey

So I made my website RTL and some the the menu item are without spacing.

This is the website: https://2ae7d7.myshopify.com/

Pass: didi

Thank you

1 Like

Hi @Sucsci ,

I check your website and I cant see this menu, you change it by numbers? What spacing youll like? space by word or letter? I just like to clarify.

Hey I changed it to english so you can see there is no space between the 3and4

1 Like

Thank you for the information. Try this.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “Assets” folder, click on “base.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:
  4. And Save.
ul.header__links-list.fs-navigation-base:nth-child(1) li {
    margin-right: 20px;
}

Result:

I hope it help.

1 Like