Archived topic
Post Spacing Logo, Secondary Menu and Blog Title
11 replies · Started by Danny on April 11, 2019
Hi, how do I increase the padding between the logo, secondary menu and blog title?

Hi there,
I don't see that menu on the page you linked.
Can you double check or guide me to it?
Let me know :)
Hey Leo, Click on hamburger menu > Learn > Click on 7 questions to ask
What about reducing the menu item height?
https://docs.generatepress.com/article/secondary-menu-item-height-width/
That works but on mobile, the padding now is too much for the secondary menu links.
Try this CSS:
@media (max-width: 768px) {
#secondary-navigation .main-nav ul li a {
line-height: 40px;
}
}
It's not working
It should work.
Can you try clearing then disabling the caching plugin?
I cleared all the caches and disabled the cache plugins. It still does not work. To clarify, this is the mobile navigation, the second menu which I have on my Learn page.
Just checked your site the caching is still enabled.
Can you disable it temporarily while I debug?
Thanks!
It's disabled now, sorry about that.
Can you try the edited CSS here?
https://generatepress.com/forums/topic/post-spacing-logo-secondary-menu-and-blog-title/#post-866671