Site logo

Archived topic

Problemas con FlexBox

5 replies · Started by Pedro on December 3, 2020

Viewing posts 1–6 of 6

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!

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!

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!

Hola Ying,

Funcionó perfectamente, gracias!

Glad to help :)

This archived topic is closed to new replies.