December 4, 2019 at 10:22 am
#71823
Theme Horse Support Team
Keymaster
Hi Jbedel,
To reduce the space between the top of the slide show window and the navigation menu just use below custom CSS code:
.top-navigation a {
padding-top: 10px;
height: 34px;
}
#main, .entry-main {
padding: 0;
}
.entry-header {
padding-bottom: 0;
}
Thank you!