Archived topic
margin header section
5 replies · Started by Katja on February 7, 2017
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?
Sure - here you go: http://diedarmexpertin.com/
:)
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 :)