Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1171712
    Matthieu
    Participant

    Hey there,
    I don’t know why but the navbar has a flexible height depending on the device.
    Can you have a look and advise me what to do to fix it ?

    #1171715
    Matthieu
    Participant
    This reply has been marked as private.
    #1171839
    Rupok
    Member

    Hi there,

    Thanks for writing in! It’ because you have added this code :

    a.x-brand.img {
      float: none;
      margin: 0 auto;
      width: 18%;
    }

    Let’s use a pixel value instead of percent, like :

    a.x-brand.img {
      float: none;
      margin: 0 auto;
      display: block;
      width: 200px;
    }

    CHeers!

    #1171940
    Matthieu
    Participant

    You rock !
    Thank you for your help 🙂

    #1172199
    Jade
    Moderator

    You’re most welcome.

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