Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #995616

    Hello!

    I’m trying to remove the margin between the header and extra elements. I realize that will cause the logo (set to “slim”) to overlap with the extra elements section but that’s ok because there’s nothing on the left.

    I tried:

    .inner-container {
        margin-top:-20px !important;
    }

    along with several other ideas I had, but with no luck.

    Can you please help? Thank you!
    Liz

    I’ve made a screenshot and highlighted the margin I’m referring to:
    http://herculiz.com/screenshot.jpg
    screenshot

    • This topic was modified 6 years, 3 months ago by losting.
    #995737

    Hey losting,

    can you please make the account admin for us?

    Best regards,
    Basilis

    #995739

    Here’s an admin login for you!

    #995760

    Hi,

    Have you tried to target the menu and logo class individually? This should work.

    Best regards,
    Jordan Shannon

    #995761

    I have not tried that! What classes do you mean specifically?

    #996269

    Hi,

    Please try this css code to shift the menu to the top:

    
    #top #wrap_all #header_main {
        top: -25px;
    }
    

    Best regards,
    Dude

    #996296

    Great thank you!

    #996299

    Hi,

    Glad we could help you :)

    Best regards,
    Dude

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘remove top margin in header’ is closed to new replies.