Hi,
How do I center the logo slogan text? I have tried to add the css below to the logo class but no joy.
align-items: center and text-align: center
align-items: center
text-align: center
Thanks
greendome Hi It work with text align Example :
.logo { text-align: center; }
You can share the URL of site if there is any issue.
Ninja
I added the site URL to the original post. My css (text-align: center) is in custom.css file.
greendome Hi Use this code
.logo-text .site-slogan { text-align: center; width: 100%; }