Hey there mainwhiteclosetsg.com,
Happy new year!
This is definitely possible with some custom CSS. Please try adding the following CSS code in the style.css file of your child theme or add it in your site using the following plugin if your theme doesn’t have custom CSS tab.
https://www.ads-software.com/plugins/simple-custom-css
If you’re using site title add this code:
#header-left-section {
float: none;
}
#header-text {
float: none;
text-align: center;
}
If you’re using logo add this code:
#header-left-section {
float: none;
}
#header-logo-image {
text-align: center;
}
Hope this helps ??
Best regards,
Bojan