Transladar el Menu principal debajo del slider de la home y centrarlo

Buenas tardes,

Me gustaría preguntar si es posible cambiar el menú principal de mi home debajo del slider y centrarlo, ya que ahora se ve arriba del todo de la web y en la parte izquierda de la pantalla.

Te adjunto captura de pantalla.

Muchas gracias.

Un saludo,

Lydia Malagón

Sorry, the same in english:

Hello,

I want to know if is possible to change the main manu letters under the slider on the home page and get in the center, as now are on the top on the left hand side.

Find a pic of my home page attached (www.pinnahana.com)

Thanks.

Regards,

Lydia Malagón

Hi @Lydia,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

@media (min-width: 768px){
.navbar-default .navbar-collapse {
    float: none;
    margin: 0 auto;
    display: table !important;
}
}

Best Regards,
Movin

Is working to move the manu letters to the center but not to move it under the slide. Is it possible to do it?

Thanks again,

Lydia Malagón

I am not sure what you meant by moving menu under the slide so could you please explain it a bit more in detail?

I’ve attached a photo about what I mean :slight_smile:

Thanks so much,

Lydia Malagón

Thank you for the clarity,

To be clear you want to move the entire menu below the slider.

Unfortunately, this is considered an advanced customization request and is beyond the scope of support provided.
This will require modification of files and CSS.

If you are not a developer then you can consider customizations offered by Envato,
https://colorlib.com/out/envatostudio.

Best regards,
Support.

And, how can I make disappear the search option which is showed now above on the right hand side?

Thanks,

Lydia Malagón

And, how can I make disappear the search option which is showed now above on the right hand side?

You can remove it using below custom CSS code.


.nav-search {
    display: none;
}

Working! Thanks so much.

Lydia

You are most welcome here :slight_smile: