Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1309104
    csone1962
    Participant

    http://wellnessedition.com
    X version 4.6.2
    Word press 4.7

    #1309106
    csone1962
    Participant
    This reply has been marked as private.
    #1309536
    Rupok
    Member

    Hi there,

    Thanks for writing in! It doesn’t look like you are using Fixed Top Navbar. Make sure to set fixed top navbar from Customize > Header. Provide your login credentials if you still face this.

    Cheers!

    #1310049
    csone1962
    Participant
    This reply has been marked as private.
    #1310421
    Rue Nel
    Moderator

    Hello There,

    Thanks for updating in and for the clarifications.

    1] You can align your text logo and the menu by adding the logo top spacing in the customizer. Please go to Appearance > Customize > Header > Logo – Alignment and set the “Navbar Top Logo Alignment (px)”. Make sure to adjust your top alignment even if your navbar is fixed to a side as it will reformat to the top on smaller screens (this control will be hidden if you do not have a side navigation position selected).

    2] The fixed menu has been resolve. I simply added this custom css in your customizer.

    
    @media (max-width: 979px) {
      .x-navbar-fixed-top, .x-navbar-fixed-left, .x-navbar-fixed-right {
        position: fixed;
      }
    
      .x-btn-navbar.collapsed,
      .x-btn-navbar:hover,
      .x-btn-navbar.collapsed:hover{
        color: #000;
      }
    }

    If you need anything else we can help you with, don’t hesitate to open another thread.

    #1311425
    csone1962
    Participant

    Great. Thanks a bunch for helping me resolve this.

    #1311496
    Thai
    Moderator

    You’re most welcome 🙂

    If you need anything else please let us know.

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