• The menu hamburger is not showing on our mobile site. It can be seen in the preview but not on the actual site itself on phones. I have updated all plugins. It looks like the header bar itself that is on is missing but I see no overall issues at all to cause that to happen. Help please!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Varshil

    (@varshil151189)

    Hi @cajunrose985

    Please try modifying, changing and adding below css in the files:

    In File widget-nav-menu.min.css

    
    .elementor-nav-menu--stretch .elementor-nav-menu__container.elementor-nav-menu--dropdown{
    	position: relative;
    	top: 0 !important;
    }
    

    In File post-49.css change below to css

    
    .elementor-49 .elementor-element.elementor-element-417063a6 > .elementor-container > .elementor-column > .elementor-widget-wrap{
    	align-content: flex-start;
    	align-items: flex-start;
    }
    

    Add Below CSS

    
    .elementor-column.elementor-col-33.elementor-top-column.elementor-element.elementor-element-579b7928{
    	height: 46px;
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Menu ‘hamburger’ not showing on mobile’ is closed to new replies.