Center Menu on Ethos #2

Hello there,

Im using Ethos #2, I want to place the logo in the center, rather than on a side.

How can I do this?

Please see referential picture attached.

Regards,

Luz.

Hello Luz,

Thanks for writing in!

Changes you are looking to make fall outside the scope of the support we offer. But I can point you in right direction to help you get started:

  1. Under Appearance > Menus and add a custom link.

  2. In the Navigation Label, add the HTML code for logo. <img src="image path">

  3. Next you need to add CSS to style accordingly.

@media (min-width: 800px) {.center-logo-nav{ /*Add your custom CSS*/}}

Thanks.