@llenandoelequipaje
You need to check 2 things:
1) Appearance -> Menus – Assign the desired menu to the “Mobile Navigation” location.
2) Appearance -> Customize -> Header -> Navbar Buttons – Check if mobile icon is enabled.
Regards
Hi @jerryscg ,
Thank you for your answer. Step 1 was ok, step 2 I enabled the mobile icon.
As a result, the Menu has appeared for the Tablet version, but Mobile one stills missed. Please check it as the Header is not responsive for Mobile.
Looking forward to your answer in order to solve this issue
Hi @jerryscg ,
I am still looking forward to your answer in order to sole this issue
Thank you in advance
@llenandoelequipaje
I just checked and the mobile icon is visible for me.
Regards
Hi @jerryscg
I do not know what did you checked, but as you can see on the following link, I send you the screenshot of the mobile version in Worpress and the menu is missed.
https://www.llenandoelequipaje.com/captura/
It is exactly how it appears in all mobile devices.
Looking forward to your answer
@llenandoelequipaje,
Add next CSS code to the Customize -> General -> Additional CSS
body.device-xs .site-header h1 {
white-space: break-spaces;
}
Regards
Thank you @jerryscg , finally it appears!