Hi, i do some redesigning of my site, and i want to put all product/card/page/collections text to the center under the product photo, Hope to have some help over here i will be grateful, thanks in advance.
I have tried several codes but some took the header and let the rest on the right side.
Check my page for further information. 
My site:
www.dekanten.no
1 Like
Hi @Dekanten ,
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:
- And Save.
.card__information * {
text-align: center;
}
Result:
I hope it help.
1 Like
@Made4uo-Ribe Thank u so much, i tried the base without changes, but i put the code in the component–price.css instead. It seems to work like a charm now.
Pleased with the result. 
1 Like