Charitas Lite
Menu Theme Setup
Go to Mega Menu > Menu Themes. Set the following:
Mobile Menu > Responsive Breakpoint: 768px
Fix Mobile Menu
Go to Appearance > Customize > Additional CSS and enter the following:
1 2 3 4 5 6 7 8 9 10 11 |
@media (max-width: 768px) { .mega-menu-primary .mean-container { display: none !important; } .mega-menu-primary .site-navigation { display: block !important; } .mega-menu-primary #sticky_navigation .grid_11 { width: 100%; } } |