Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #363738

    I’d like to make a margin above header menu,
    so it looks my web content including menu, body, footer looks over background.

    Firstly, I gave margin-top at #header. it looks good.
    But in the mobile view, it also has margin-top. How can I give the css effect without small sscreen?

    • This topic was modified 9 years, 3 months ago by idpokute.
    #363985

    Hey idpokute!

    Thank you for using Enfold.

    Looks like you figured it out.

    @media only screen and (min-width: 768px) {
    #wrap_all {
    border: 14px double gray;
    border-radius: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
    }
    }

    Best regards,
    Ismael

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