Edit File: menu-overlay-zoomin-right.css
/* MENU OVERLAY ZOOMIN RIGHT */ .mobile_menu_active.mobile-menu-visible.sidemenu-right.sidemenu-active #headerwrap, body:not(.header-overlay):not(.header-minbar):not(.header-leftpane):not(.header-rightpane).mobile-menu-visible.mobile_menu_active.sidemenu-active, body:not(.header-overlay):not(.header-minbar):not(.header-leftpane):not(.header-rightpane).mobile-menu-visible.mobile_menu_active.sidemenu-active #headerwrap.fixed-header { left: 0; right: 0; } .mobile_menu_active #mobile-menu.sidemenu { left: 0; right: 0; width: 100%; transform-origin: top right; transform: scale(.2); transition: .8s ease; opacity: 0; visibility: hidden; } .mobile_menu_active.mobile-menu-visible #mobile-menu.sidemenu { transform: none; opacity: 1; visibility: visible; } .mobile-menu-visible .body-overlay, .mobile_menu_active .body-overlay, .body-overlay.body-overlay-on { display: none; } body:not(.mobile-menu-visible) #headerwrap #menu-icon-close { display: none; }
Back to File Manager