Site logo

Archived topic

space below navigation menu

6 replies · Started by Matthew on October 5, 2019

Viewing posts 1–7 of 7

How can I change the space between my navigation menu and the content on this page? It looks great on desktop, but it has too much space on mobile.

Ok, it is removed, but take another look. It doesn't seem to change the space on mobile, and now my content is overlapping the menu on desktop.

Hi there,

you have this CSS in Customizer > Additional CSS that is pulling the page over the nav:

body:not(.home):not(.woocommerce) .site.container {
    margin-top: -40px;
}

Remove that to remove the problem

Thank you, that solved my overlap problem. That additional CSS was pulled in from the site library.

I'm still not able to change the space on mobile though. It looks fine if I resize a window on desktop, but when I load the page from Android or iOS I have too much space.

Actually I may have been fighting with the cache. I think we're looking good now. Thank you for your help.

I would highly recommend disabling the caching plugin while you develop the site.

It will save you lots of headaches.

This archived topic is closed to new replies.