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 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:
Under Appearance > Menus and add a custom link.
In the Navigation Label, add the HTML code for logo. <img src="image path">
Next you need to add CSS to style accordingly.
@media (min-width: 800px) {.center-logo-nav{ /*Add your custom CSS*/}}
Thanks.