PenciDesign Supporter replied
Hi,
1. Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
@media only screen and (max-width: 960px) and (min-width: 768px) {
body #navigation .menu {
display: block !important;
}
#navigation .button-menu-mobile {
display: none !important;
}
}2. You can change the dropdown settings at Appearance → Customize → Logo & Header → Vertical Mobile Navigation: change this option at Enable click on Parent Menu Item to open Child Menu Items.
3. Navigate to Customizer → TopBar: enable this feature at Display Login/Register? option.
Regards,
PenciDesign.