[Resolved] Cambiar tamaño del menú hamburguesa en móvil

Home Forums Support [Resolved] Cambiar tamaño del menú hamburguesa en móvil

Home Forums Support Cambiar tamaño del menú hamburguesa en móvil

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1007298
    mendoza

    Hola quiero agrandar el MENU hamburguesa en el mobiles. agrandar menu en mobiles

    #1007300
    Leo
    Staff
    Customer Support

    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 🙂

    #1007859
    mendoza

    Muchas gracias, funcionó 🙂

    #1007894
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.