Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1324471
    finger123
    Participant

    Is it possible to resize the menu? i am using icon9 and would like to resize the menu bar that is on the left hand side to a smaller width.

    thanks.

    #1324510
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

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

    .x-navbar {
        width: 200px !important;
    }

    Please change the value as per your requirement.

    Thanks.

    #1324615
    finger123
    Participant

    it works, but now in mobile view the menu bar no longer is responsive. any solutions to that?

    #1325034
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    Please replace the above code with following:

    @media screen and (min-width: 900px) {
        .x-navbar {
        width: 200px !important;
    }
    }

    Let us know how it goes.

    Thanks.

    #1325717
    finger123
    Participant
    This reply has been marked as private.
    #1325769
    Joao
    Moderator

    Hi There,

    Can you clarify what white space you are referring to?

    Thanks

    Joao

    #1325830
    finger123
    Participant

    thanks for the reply. I was able to fix the issue by modifying under the headers menu by reducing the nav bar width. I just now have to make new images. 🙂 thanks!

    #1325906
    Rahul
    Moderator

    Glad to hear it!

    Feel free to ask us again.

    Thanks for choosing the X-theme.

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