Okay
  Public Ticket #2535767
Header Layout
Closed

Comments

  •  1
    mysimpleplate started the conversation

    Is there away that I could customise the header so that the logo sat over the header and the header background went behind. Like the screenshot I have attached.

  •  2,965
    Andrew replied

    Hi there,

    There is no such option available:

    Try the following custom css:

    #header-outer #logo img{
        margin-top:-40px;
    }
    #header-secondary-outer {
        z-index: auto;
    }
    

    Kind regards.