Archived topic
Center LOGO
3 replies · Started by Gabriel on March 1, 2022
Viewing posts 1–4 of 4
Hi, how can i center my logo at the website?
Hi there,
try adding this CSS:
@media(min-width: 769px) {
.site-logo {
margin: auto;
}
.header-widget {
margin-left: unset;
}
}
Thanks it works
Glad to hear that
This archived topic is closed to new replies.