Archived topic
Help needed with navigation
1 reply · Started by David on June 29, 2017
At http://www.bohemianbuddhist.com/about-me, you'll see that the 'ABOUT ME' navigation label in the white space just below the main navigation is aligned to the very left margin, and now there's additional white space below the 'ABOUT ME' navigation label. It's like that site-wide, and is wasn't like that. I'm unsure what I did, but here's my need -
1 - left padding on all my navigation labels in the white space just below the main navigation
2 - NO additional white space below the navigation labels
Please help me resolve this.
Thanks!
Hi there,
Try this CSS:
.entry-title {
padding-left: 20px;
}
.entry-content {
margin: 0;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/