Hello,
There is some vertical space below the main menu (and above the hero image) that cannot seem to get rid of.
I have tried to go through the various Enfold theme options, including the Menu and Header ones. I remember having this issue years ago and you providing some custom CSS to fix it — but it’s gotten lost since then.
Hey coloradobites,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (min-width: 768px) {
.home .container_wrap_first {
margin-top: -43px;
}
}
Best regards,
Rikard
Great, but it’s still happening on the other pages, such as: https://coloradobites.com/about/
I am hiding all the top elements in the template, so not sure why.
