• Hello, here’s my website: https://howtofocusbetter.com/

    I’d like to put more white space in between the each of the words of my top navigation bar, so that right side can stretch all the way to the end.

    How To Focus Better [white space] Quick Guide [white space] Tools…

    Do you know how to do this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Too be honest though, more space then that would probably end up making it look silly.. that looks just fine.
    I know it doesnt answer your question though.

    Thread Starter Hulbert Lee

    (@hulbert-lee)

    Do you know what I can put in the style.css to make it happen?

    You can just increase the margins, but you’ll have to set it manually.

    .class li {
       margin: 0 50px 0 0;
    }

    that would set the margin on the right side of each bullet to 50 pixels. You can play around with the pixel width til you find your fit, but keep in mind that many browsers are set to different widths.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How do you put more spacing in the words of the navigation bar?’ is closed to new replies.