Archived topic
First menu item spacing
1 reply · Started by Michael on March 4, 2018
Hey guys - I've attempted this a few ways and maybe need a little guidance. I would like to increase the spacing between my navigation logo (drumprint) and the initial menu item (snare) without further spacing the rest of the items. Ideally, the 'snare' menu item is the same distance from the colored box logo as the logo is within the box...if that makes sense!
Thanks.
Hi there,
Adding some right padding to the navigation logo should work:
.main-navigation .navigation-logo img {
padding-right: 20px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/