Site logo

Archived topic

Center Logo on One Page Only

5 replies · Started by Pete on January 19, 2023

Viewing posts 1–6 of 6

Currently, our header consists of a left aligned logo (and no menu).
We would like to center our logo on one page only (the front page).

How can this be accomplished?

Included in private info.

Hi there,

try adding this CSS:

.home .site-logo {
    margin: auto;
}

David,
Works perfectly and is now live.
Thank you!

You're welcome

This archived topic is closed to new replies.