Bigger space between separated words in the header

Home Support Blog Way Bigger space between separated words in the header

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6769
    Anonymous
    Inactive

    How to enlarge the space between words in the menu?

    #6770
    ProDesigns
    Keymaster

    Hi @mindfulfil,

    You can go to Appearance >> Customize >> Additional CSS and add following css:

    .main-navigation li {
        padding: 0 40px;
    }

    Please change 40px to value as per your requirement.

    Thank you.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.