Header Menu id? - Acme Themes
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #22683
    Eric Baierl
    Participant

    Anyone know what the header menu css id is? I’m trying to add a plugin that makes it float at the top of the screen when scrolling down, and its not working. I installed it on another site that uses a different theme and it worked automatically. I’ve tried searching the code for it and thought it was #site-navigation, but that doesn’t work.

    Using it on http://www.bubbaontheroad.com.

    #22684
    acmesupports
    Moderator

    Hello Eric Baierl,
    May be this is the plugin conflicts with the theme. can you let us know which plugin are yous using?

    Thank you

    #22690
    Eric Baierl
    Participant

    I am using Fixed And Sticky Header. If it is not able to work with this theme, is there a different plugin that might?

    #22697
    Acme Themes
    Keymaster

    Hello Eric,

    Please use the following custom CSS to work this plugin.

    .myfixedHeader {
        position: fixed !important;
    }
    .header-wrapper .myfixedHeader .acmethemes-nav {
        float: none;
        max-width: 1080px;
        margin: 0 auto;
    }
    

    Best Regards!
    Acme Themes

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