All the menu on the same level.

Hello

I need all menu items to be level. I think I can do it with the custom CSS, but I do not know exactly how. Might you help me, please? It is urgent!

Thank you!

Hello there,

I hope you are doing well today.

You can use the following CSS code to have the navigation float to the left by going to Appearance > Customize > Additional CSS and pasting it there.

/*Float left nav bar*/
#header .top-header .header-navigation {
    float: left;
}

Best Regards,
Support

Thank you for answering so quickly! I added that line where indicated and still the same, I send a complete capture of how the web looks. What I need is for the “Contacto” element to be on the same line as the rest of the menu.

Thank you very much again. :slight_smile:

Hi there,

I hope you are having an awesome day and thanks for contacting us regarding your query.

This can be done with the help of some Custom CSS. Kindly provide me with a link to a page with this so that I may be able to write up some CSS that should work for your setup.

Looking forward to your reply :slight_smile:

Best Regards,
Support