I have some questions about header and menu in responsive mode for tablet and smartphone:
1) Is it possible for tablet choose the menu in line instead of hamburger menu? Where can I find the settings for this? Is it possible only through CSS?
2) In mobile menu I cannot see the dropdown submenu: when I click on the icon I redirect to Blog page before I could chose one of the categories (screenshot 1)?
3) Where are the options to set for Admin area (screenshot 2)?
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.
Hi dear,
hope you are well.
I have some questions about header and menu in responsive mode for tablet and smartphone:
1) Is it possible for tablet choose the menu in line instead of hamburger menu? Where can I find the settings for this? Is it possible only through CSS?
2) In mobile menu I cannot see the dropdown submenu: when I click on the icon I redirect to Blog page before I could chose one of the categories (screenshot 1)?
3) Where are the options to set for Admin area (screenshot 2)?
Many thanks for your help.
Best regards,
Alessia
Hi,
1. Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
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.