Site logo

Archived topic

Post Spacing Logo, Secondary Menu and Blog Title

11 replies · Started by Danny on April 11, 2019

Viewing posts 1–12 of 12

Hi, how do I increase the padding between the logo, secondary menu and blog title?

Example link

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

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.

This archived topic is closed to new replies.