Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #335754

    Hello!

    My website is: http://hobeandlucas.wpengine.com/. (hosted on WPengine)

    I am hoping to add more spacing between each word in my main navigation. What would be the best way to do this?

    Thank you!

    #337595

    Hey!

    Try adding this code to the Quick CSS:

    .av-main-nav > li > a {
        padding: 0 20px;
    }

    Adjust as needed.

    Cheers! 
    Josue

    #337698

    Thank you! Which number do I adjust as needed? I tried increasing the 0 to a higher number and the 20 to a higher number, but doing either doesn’t seem to add in more spacing.

    #337710

    Hey!

    Make sure the “>” signs are written correctly.

    Best regards,
    Josue

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