I created the main menu, selected it as the main menu and mobile, the main menu is displayed on the computer, the hamburger icon is displayed on the mobile phone, when you click on the hamburger, a cross is displayed, there are no menu items
This reply has been marked as private.
hi
this is not our issue.
as you are using elementor header so it will be helpful if you ask the same to the elementor support.
Please try adding this custom css in your wp-admin -> appearance -> customize -> custom css :
@media(max-width:768px){
header nav {
display: initial;
}
}
thank you, you can close the topic
thanks for your confirmation.