Okay
  Public Ticket #490426
Header Margin
Closed

Comments

  • Michael started the conversation

    Hello, I am trying to apply negative margin to the header in order to get the logo to stick out past the header. I have applied the following CSS, which is working well in Chrome; however it is not working in other browsers such as IE and FireFox. Could you please take a look and let me know the best way to go about doing this? Thank you!

    .container, .woocommerce-tabs .full-width-content .tab-container {
    margin-bottom: -35px !important;
    }

    http://hvss.webdizzine.com/



  •  8,987
    Tahir replied

    Hey ,

    Try using this instead:

    header#top #logo img {
        position: fixed;
        top: 50px !important;
    }

    Thanks


    ThemeNectar Support Team