Archived topic
Gap between Menu and Master Slider
7 replies · Started by Damien on August 27, 2015
Hi There
Quite new to Wordpress - I am using Master slider but cant see how to remove the gap between the top of the slider and the bottom of the menu bar.
The site is here: http://wp.wiltshireandsons.co.uk/
Can you assist?
Many Thanks
Have you tried placing the slider into the Page Header content metabox? That should remove the space automatically.
Alternatively, you can add this CSS:
.home .entry-content {
margin-top: 0;
}
That did it!!
Thanks a lot!!!
You're welcome :)
Hi,
I have a space between primary navigation and content. How can I remove it.
The page is here:
http://companypicnicexperts.com/live-entertainment/
Thanks
Tom
Hi Tom,
This CSS should work:
.entry-content {
margin: 0;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Thank you.
Worked perfectly.
You're welcome!