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!
Hey!
Try adding this code to the Quick CSS:
.av-main-nav > li > a {
padding: 0 20px;
}
Adjust as needed.
Cheers!
Josue
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.
Hey!
Make sure the “>” signs are written correctly.
Best regards,
Josue