header

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #30990
    Aubrey Matulevich
    Participant

    I’m having some problems with our header. Certain browsers has the menu jumping to the top of the screen. Maybe because of the logo size? Any way to keep the menu below the logo?
    Thanks!
    https://cvwevents.com/

    #30992
    Veena
    Moderator

    I don’t see any issues. If this issue is still on, Can you pls share a screenshot ?

    #30998
    Aubrey Matulevich
    Participant

    See how the CVW logo dips below the dark gray header?
    thanks

    #31002
    Veena
    Moderator

    Pls have the below custom CSS in themeoptions –

    #site-logo {
        top: 10px;
    }
    #header.sticky #site-logo {
        top: 0;
    }
    
Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Austin Theme Support’ is closed to new topics and replies.