Archived topic
center logo on mobile view
1 reply · Started by Cynthia on October 29, 2020
Viewing posts 1–2 of 2
I can't seem to get the logo to center on mobile view as it usually does. I'm not sure which setting is incorrect.
Please help
Hi there,
try adding this CSS:
@media(max-width: 768px) {
.site-logo {
flex: 1 0 100%;
text-align: center;
}
}
This archived topic is closed to new replies.