Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1221728
    jrhager84
    Participant

    I am building a new site, and I can’t seem to figure out how to make the header image to static (so it doesn’t fix to top) and the navbar fixed, so the header image goes away, but the navbar sticks to the top? Thanks!

    #1221735
    jrhager84
    Participant

    site: boisefoodsalvage.org

    #1221936
    Rupok
    Member

    Hi there,

    In that case you should use “Stacked” navbar instead of inline because you are using the logo as stacked.

    You can also try this CSS :

    .x-navbar.x-navbar-fixed-top .x-brand.img {
      display: none;
    }

    But it won’t hide it nicely and I’d suggest to use “Stacked” Navbar from Customizer > Header > Logo and Navigationhttp://prntscr.com/cw4ryr

    Cheers!

    #1222807
    jrhager84
    Participant

    How do I get the logo to align left again in stacked? I can’t seem to target the img appropriately? Thanks! We’re halfway there.

    #1222811
    jrhager84
    Participant

    Awesome. I figured it out.

    .x-brand.img {
    float: left;
    }
    #1222921
    Jade
    Moderator

    Glad to hear that.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1221728 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>