Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1338085

    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.

    #1338141

    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

    #1338530

    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.

    #1338605

    Hi,

    Thanks for the update. Please try this CSS instead:

    @media only screen and (min-width: 768px) {
    .container_wrap_first {
        margin-top: -43px;
    }
    }

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.