Can you please help me out with a problem?
I would like to center the website logo, but i can’t figure out how..
I read the previous issues on this forum and I was able to center the title with:
.page-title {
float: none;
text-align: center;
}
So I tried the same for the logo with:
.site-logo {
float: none;
text-align: center;
}
But it doesn’t work 🙁
Can you pleeeasee help me out?