[Resolved] Problemas con FlexBox

Home Forums Support [Resolved] Problemas con FlexBox

Home Forums Support Problemas con FlexBox

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1566603
    Pedro

    Hola! Acabo de actualizar GeneratePress a la última versión, también cambié a FlexBox.

    Sin embargo, al hacer este cambio la barra de búsqueda que tengo ubicada después del logo del sitio, cambia de posición.

    Así se ve antes de cambiar a FlexBox: https://mega.nz/file/ng8XxQKA#KdmiPhsNYeD1i3lbnIadgGkt9kdmLHj-JvsWBNmjB78

    Y así se ve después de cambiar a FlexBox: https://mega.nz/file/q89lHQCL#ZLiVYH70L03rS_wm-Kvxi_EMp-zByL63SLJJUihFTX4

    ¿Pueden ayudarme con esto?

    ¡Gracias!

    #1566636
    Ying
    Staff
    Customer Support

    Hi Pedro,

    Could you switch to flexbox so that I can see the issue live.

    And how was the search bar added?

    Let me know!

    #1566638
    Pedro

    Hola Ying,

    Tengo otro sitio donde tengo el mismo problema, pero funcionará para ambos sitios.

    La barra de búsqueda la añadí según las indicaciones aquí: https://generatepress.com/forums/topic/configuracion-de-navegacion-principal/

    En el siguiente enlace puedes ingresar al sitio sin FlexBox: https://www.rebajaslocas.com/

    Y en este otro enlace puedes ingresar al sitio con FlexBox: https://www.rebajaslocas.com/pruebas/

    #1566649
    Ying
    Staff
    Customer Support

    Go to Additional CSS field in the customizer and edit:

    #site-navigation .aws-container {
        order: 4;
        margin: 0 10px 10px;
        margin-top: 10px;
    }

    to this:

    #site-navigation .aws-container {
        order: 0;
        margin: 0 10px 10px;
        margin-top: 10px;
    }

    Let me know!

    #1566660
    Pedro

    Hola Ying,

    Funcionó perfectamente, gracias!

    #1566663
    Ying
    Staff
    Customer Support

    Glad to help 🙂

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