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

    I was hoping you might be able to well me how I can make the logo go all the way to the top of the header covering the top bar menu also. I need to move the top left secondary menu to the right as well so its not covered by the logo. I have done this before in the past but having trouble remembering how with your theme.

    I am including the the demo site.

    #1210883

    Hey G4Design,

    Please try the following in Quick CSS under Enfold->General Styling:

    #header_meta {
        z-index: 1;
    }
    
    span.logo {
        position: absolute;
        top: -40px;
    }

    Best regards,
    Rikard

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