Site logo

Archived topic

Center Logo

3 replies · Started by ppwqwp on July 22, 2020

Viewing posts 1–4 of 4

Hi,
I am rebuilding my website.
I want to center my logo just below the tagline.
Can I use something like this?
.site-logo {
float: center;
margin-right: 20px;
}
Thanks
Patricia

Hi there,

Would something like this work?

@media (min-width: 769px) {
    .site-branding-container {
        display: flex;
        flex-direction: column-reverse;
        text-align: center;
    }
    .site-branding-container .site-logo {
        margin-right: 0;
    }
}

Thanks Leo!
Have a Great Day!

No problem :)

This archived topic is closed to new replies.