Site logo

[Support request] Poner el Logo encima del Menu en movil

Home Forums Support [Support request] Poner el Logo encima del Menu en movil

Home Forums Support Poner el Logo encima del Menu en movil

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1905075
    carlos

    Buenas,

    Me gustaria que el Logo estuviera por encima del menu en formato movil, he visto que hay en la biblioteca de generatepress themes que lo tienen pero este que uso yo no lo tiene.

    https://www.dropbox.com/s/45iy1i65fe0uxiu/Screenshot_2.png?dl=0

    Adjunto imagen de como esta ahora y como me gustaria que estuviera

    http://adretiqu-cp45.wordpresstemporal.com/pruebas/

    Un saludo

    #1905275
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    @media(max-width: 420px) {
        .site-logo {
            flex: 1 0 100%;
            text-align: center;
            margin-bottom: 20px;
        }
    
        .mobile-menu-control-wrapper {
            margin-left: auto;
            margin-right: auto;
        }
    }

    Adjust the 420px in the @media(max-width: 420px) for where you want the style to change.

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