Archived topic
Cambiar tamaño del menú hamburguesa en móvil
3 replies · Started by mendoza on September 11, 2019
Viewing posts 1–4 of 4
Hola quiero agrandar el MENU hamburguesa en el mobiles. 
Hi there,
Try this CSS:
@media (max-width: 768px) {
#mobile-header .menu-toggle {
font-size: 25px;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Make sure to clear your caching plugin.
Let me know if this helps :)
Muchas gracias, funcionó 🙂
No problem :)
This archived topic is closed to new replies.