Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1175250
    netlover
    Participant

    Hi,
    A client is reporting that the menu for this site is not rendering correctly on ihpone.

    Home

    How do I fix this?

    #1175582
    Jade
    Moderator

    Hi there,

    You can add this under Custom > CSS in the Customizer.

    @media (max-width: 959px) {
        .ubermenu-skin-black-white-2.ubermenu-responsive-toggle {
            clear: both;
        }
    
        .x-brand {
            width: 100%;
            display: block;
            text-align: center;
            margin-bottom: 15px;
        }
    }

    Hope this helps.

    #1175869
    netlover
    Participant

    awesome! thanks so much. one other quick question as it relates to mobile. How do I make it so that the logo on the left or right and the menu on the opposite. Ideally I would love it to look like http://www.hermeticnetworks.com, or close to it on mobile devices.

    #1176129
    Rupok
    Member

    Hi there,

    Thanks for writing back! Let’s update the code a bit :

    @media only screen and (max-width: 959px) {
    
    .ubermenu-skin-black-white-2.ubermenu-responsive-toggle {
      float: right;
      margin-top: 40px;
    }
    
    .x-brand {
      display: inline-flex;
      float: left;
      margin-bottom: 15px;
      width: 150px;
    }
    }

    Hope this helps.

    Cheers!

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