Okay
  Public Ticket #1183948
Responsive menu does not work
Closed

Comments

  • Creanovo started the conversation

    Good morning

    I need urgent help please my menu is not sensitive and not modified at all ....

    And I need to solve this urgently, thank you very much


  •  3,036
    Andrew replied

    Hi there,

    Thank you for reaching out to us.

    Sorry about the problem that you're having, you can use this code instead to force the menu to be responsive:

    @media only screen and (max-width: 768px){
        #slide-out-widget-area.fullscreen .inner .widget, #slide-out-widget-area.fullscreen-alt .inner .widget{
            padding: 0 30px !important;
        }
        #slide-out-widget-area.fullscreen .inner .widget.widget_nav_menu li a, #slide-out-widget-area.fullscreen .inner .off-canvas-menu-container li a, #slide-out-widget-area.fullscreen-alt .inner .widget.widget_nav_menu li a, #slide-out-widget-area.fullscreen-alt .inner .off-canvas-menu-container li a{
            font-size: 24px !important;    
            line-height: 30px !important;
        }
    }

    Hope this solves the problem.

    Best regards.