Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1228761
    meir d
    Participant

    hi,

    i am having trouble making the logo in this site: danon.org.il stay while navigating down.

    i understand that this is possible, can you please help?

    thnaks a head, Meir

    #1228819
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance | Customizer | Custom | CSS and adjust according to your needs;

    .x-logobar {
      position: fixed;
      width: 100%;
    }
    
    .x-navbar {
      position: fixed !important;
      top: 136px !important;
      width: 100%;
    }

    Hope it helps

    Joao

    #1229401
    meir d
    Participant
    This reply has been marked as private.
    #1229527
    Christian
    Moderator
    #1270317
    meir d
    Participant

    Hi,

    I am trying to center my logo in the midle of the menu bar with no succes, i’ve tried diffrent solutions in the forum but they all dont work, can you please tell me what am i doing wrong?

    Thanks, Meir

    #1270336
    Paul R
    Moderator

    Hi Meir,

    The best way to do it is to add it as a menu item.

    http://screencast.com/t/bzc0afDWxu4

    
    <img src="//www.danon.org.il/wp-content/uploads/2016/10/danon-logo-nb.jpg" alt="בית ספר מקצועי ללימודי בישול, לימודי קונדיטוריה, לימודי אפייה">
    

    Add it after your third menu item.

    Hope that helps.

    #1287099
    meir d
    Participant

    thanks it works great! is there a way to align the other menu links to the bottom of the logo?

    thanks again for everything 🙂 Meir

    #1287102
    Rupok
    Member

    Hi there,

    Let’s try addign this CSS :

    .x-navbar .desktop .x-nav > li > a img {
      margin-top: -62px;
    }
    .x-navbar .desktop .x-nav > li > a {
      padding-top: 80px;
    }

    Cheers!

    #1289233
    meir d
    Participant

    hi, This is PERFECT, thanks 🙂

    by the way, i just saw that in the mobile menue the logo shows too, is there a way to evoied this? thanks again, Meir

    #1289474
    Rad
    Moderator

    Hi there,

    Please add this too,

    .mobile .menu-item-10788 {
    display: none;
    }

    Cheers!

    #1295312
    meir d
    Participant

    Amazing!! thanks!! 🙂

    #1295313
    Friech
    Moderator

    We’re delighted to assist you with this.

    Cheers!

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