Site logo

Archived topic

margin header section

5 replies · Started by Katja on February 7, 2017

Viewing posts 1–6 of 6

Hi,

I want to add a margin between the main navigation - background image in the header section - and slider (plugin).

I've used this one for the main navigation and it worked fine:
.main-navigation {
margin-bottom: 20px;
}

But now I need a CSS for the backgorund-image in the header section. Could someone help me?

Thanks

Hi there,

Can you provide a link to your site?

Sorry are you trying to add some margin between the header and slider?
If so try this:

.site-header {
    margin-bottom: 20px;
}

Let me know.

It works perfectly :)

thanks a lot!!!

You're welcome :)

This archived topic is closed to new replies.