Home › Forums › Petlove WordPress Theme › Navigation Bar Spacing
Tagged: #navigation
What CSS should I use to increase the space between navigation menu items?
Hi
Go to Appearance >> Theme Options >> Basic Settings >> Custom CSS >> here you can add below code and increase padding by 15px to 20px or more.
.sitenav ul li a{padding: 36px 15px}
Thank You