Hi, the site title is centered by default, and I’d like to change its position to the left (as well as the tagline). How do I do this?
Hi @jackchak,
I hope you are well today and thank you for your question.
You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.
Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS
div#logo {
text-align: left;
}
Best Regards,
Movin
Perfect, thanks!
You are most welcome here