Hello,
I’ve tried a couple of solutions posted on the forum, but none of them worked. I simply want my photo on my “About” page to be centered under the title. I already used “text-align: center;” to center my title based on a Shopify video on YouTube. Thanks in advance for any help.
1 Like
Hi @LisaWommack ,
Can you provide me with the link to your page? I will review the page and provide solution accordingly.
Thank you
Hi @LisaWommack
Try this one.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
#shopify-section-template--17937189372200__main > div > div > p:nth-child(1) {
text-align: center !important;
}
-
And Save.
-
Result:
-
-
I hope it help.
1 Like
That worked perfectly - thanks so much!
1 Like
Hello!
Thanks for asking - I’m sorry I didn’t see this before I got the accepted answer. I appreciate your time!