Hi there, I need help!
In the motion theme there is no option to center text in the theme editor for certain sections and content. How do I do it in code?
And I need to make sure all text is centered in mobile view as well.
Site: https://www.starchives.net/ and also in https://www.starchives.net/pages/about-us
Thanks in advance.
Solved! Go to the solution
Hello @travistgz
Welcome to the Shopify Community!
This is Jenish here as I am registered partner with the Shopify and having more than 3 years of experience in Shopify customization, Redesign and the App integration or moreover.
I'd be happy to assist you with the same.
Please add me over skype for instant communication.
Email ID& Skype ID: expert.shopify111@gmail.com
This is an accepted solution.
Please add the following code at the bottom of your assets/theme.css / theme.scss.liquid / timber.scss.liquid file.
.feature-row__text, .background-media-text__text{
text-align: center;
}
Let me know if this works.
Thanks!
User | Count |
---|---|
422 | |
208 | |
144 | |
56 | |
43 |