Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1318324

    Friech
    Moderator
    This reply has been marked as private.
    #1318633

    vojtechzikmund
    Participant

    Thank you Friech!

    It works flawlessly on the computer and tablet device, but when I go mobile the menu is two line instead of one. Is it possible to shrink it to one single line? I’m attaching screen how it looks on my iPhone 6 and iPhone 5S.

    #1318779

    Paul R
    Moderator

    Hi,

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

    
    @media (max-width: 480px) {
    .x-navbar .x-container.max.width {
         width:100%;
    }
    
    .x-navbar .desktop .x-nav > li > a {
        font-size: 12px;
    }
    .x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) {
        padding-left: 10px;
        padding-right: 10px;
    }
    }
    

    Hope that helps.

    #1318832

    vojtechzikmund
    Participant

    Flawless!

    Thank you very much! 🙂

    #1319086

    Joao
    Moderator

    Glad to hear it 🙂

    Have a nice weekend.