Okay
  Public Ticket #1762641
Navigation Menu Mobile
Closed

Comments

  •  1
    leaxr started the conversation

    Hello,


    Could you tell me how to change the Mobile menu? I cannot change the color or change the place?

    Could you tell me how to do to change?

  •  2,010
    Ocean replied

    Hi,

    You can add cutom css code in your WP Admin -> Appearance -> Customize -> Additional CSS: http://prntscr.com/gbgkc9

    @media only screen and (max-width: 991px){
        .theme-salvia .site-header .navbar.enable{ background: your-color; }
        .theme-salvia .site-header.has-fixed .navbar{ background: your-color; }
        .theme-salvia .site-header .navbar .menu-top > li > a{ color: your-color; }
        .theme-salvia .site-header.has-fixed .menu-top > li > a{ color: your-color; }
    }
    
  •  1
    leaxr replied

    Hello,

    I try your code and it changes the color. But I need to change the position.
    On iPhone 6 the menu doesn't display well.

    I need the hamburger menu to float right on mobile. For now the hamburger menu is under the logo.

    Regards

  •  2,010
    Ocean replied

    Hi,

    The menu is fine now. What's problem?

  •  1
    leaxr replied

    Hello,


    Yes it's ok now. I have reduce the size of my logo.


    Thanks

  • samplesolutions replied

    Hello, I have a problem with the menu too. On touch, mobile screens and other touch devices parent page are not clickable only sub-menu is clickable.

  •  2,010
    Ocean replied

    Hi samplesolutions,

    Please send me link you website to check.