Main nav bottom margin

Good morning,

I’m having a challenge on my dev site where my header is “overlapping” the interior page content. Here’s an example from http://growingearth.wpengine.com/videos/ : https://www.dropbox.com/s/oi0oplk2p2gekzi/Screenshot%202019-06-20%2011.17.39.png?dl=0

We need some breathing space between the top items (Call Us… and the Access Your Account button). Is this a configuration issue or does this need to be handled via CSS?

Thanks!

Hi Jefferson,

Thank you for reaching out.To add spacing between your menu items and button just add the following code in the Theme Options > CSS:

.x-main.full {
    padding-top: 20px;
}

Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!

Thank you!

You’re welcome, Jefferson.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.