If anyone has any hints or tips on how to centralize a website logo, I'd be grateful 🙂 I have used a few different codes like
or even
but nothing has happened. Any help would be greatly appreciated.
text-align: center;
and
CSS:
.site-title-wrapper {
text-align: center;
}
CSS:
.custom-logo-link {
display: block;
text-align: center;
}