Home › Forums › WoodMart support forum › Mobile menu enable only acordeon submenu. › Reply To: Mobile menu enable only acordeon submenu.
August 27, 2019 at 6:19 am
#140535
Bogdan Donovan
Keymaster
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings.
.mobile-menu-tab .icon-sub-menu:before {
content:"";
position: absolute;
left: -270px;
right: 0;
top: 0;
bottom: 0;
}
Regards