Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1049334
    ravido
    Participant

    Hi,

    I have a display problem on mobalie. The menu not looking so well.

    Please see the picture.

    thanks,
    Ravid

    #1049427
    Rupok
    Member

    Hi Ravid,

    Thanks for writing in! It looks fine to me so not sure what you are referring by “display problem”. Would you clarify?

    Cheers!

    #1049519
    ravido
    Participant

    Hi Rupok,
    There is no space between the menu item.

    #1049910
    Rad
    Moderator

    Hi there,

    Please add this CSS to Admin > Appearance > Customizer > Custom > CSS

    .x-nav-wrap.mobile .x-nav {
        float: none !important;
    }
    .x-nav-wrap.mobile .x-nav > li {
        float: none !important;
        width: 100%;
    }

    Hope this helps.

    #1050284
    ravido
    Participant

    Thanks,

    Can i do it Aligned to the center?

    Ravid

    #1050344
    Thai
    Moderator

    Hey There,

    Please add the following CSS:

    .x-navbar .mobile .x-nav {
        float: none;
        max-width: 95px;
        margin: 25px auto;
    }

    Hope it helps 🙂

    #1050484
    ravido
    Participant

    thank you

    #1050492
    Thai
    Moderator

    You’re most welcome 🙂

    If you need anything else please let us know.

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