Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #786787

    Hello! I’ve used custom css to make the main navigation appear a certain way and it looks great, however the logo is underneath the secondary navigation header area. I’ve tried adjusting the z-index values with no luck. Could someone please assist? Thank you guys so much!

    #786906

    Hey peanuttario,

    I am sorry, but I didn`t understand your question very well. May you explain it better and provide me some screenshots, please?

    Best regards,
    John Torvik

    #788119

    Hello,
    The logo appears underneath the meta header area please see screenshot:

    Could you please assist me with how to use css so that the logo is on top and isn’t cut off?

    Thank you

    #788241

    Hi,

    Please try the following CSS:

    
    .logo {
        position: absolute;
        top: -47px;
    }

    Best regards,
    Rikard

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