did you have a URL?
maybe changing this on the css
.site-title-text {
float: left;
text-align: center;
}
My URL is theaandm.com
I tried that code but it didn’t work. It looks great on a mobile device but isn’t centered on a desktop…
Any help/suggestions would be great!
Can anyone help? I have tried everything and nothing has worked.
Thank you!
Try adding this css
.site-branding .site-brand-container {
float: none;
}
I’m assuming that you you already have a child theme for modifications, or are using a plugin to add custom css. If you don’t have any such thing, you can install something like Jetpack or WP Add Custom CSS
THANK YOU SO MUCH!
Yes, I added it to my custom CSS section. I have been trying to figure this out for so long. Thanks again.
Great. I’m glad it worked.
Cheers 🙂