Hello,
I want to remove the space between my nav menu and the slider. I’d like to remove that space (normally for logo or title or tagline) across the whole site. How do I go about doing that? I done some research on the support forum however none of the solution seems to work.
I have tired the below:
.bottom-header{
display: none;
}
.home .bottom-header{
display: block;
}
/Padding for the title/
header#masthead {
margin-bottom: 10px;
}
And the ones below erases everything on top of the photo slider including menu:
header#masthead {
display: none;
}
header#masthead, a.btn.back-to-top {
display: none;
}
I have attached a photo example of what I mean below. I’d like to either to preferably remove that whole portion and have a small space between the nav menu and slider or to leave it blank and smaller space.
Thank you in advance for the support!!