Hi
I’m using Motion theme for my store: Otterlydifferent.shop
Currently, all my products names & prices are left-aligned. I want to align them all Centrally.
I looked on multiple threats and tried to implement the guidelines but none of it works for me (or is it my theme ? )
thanks a lot for your help as I’ve been breaking my head on this for 2 hrs already..
1 Like
@Otterlydifferen
Please add the following code at the bottom of your assets/theme.css file.
.grid-product__title, .grid-product__price{
text-align: center;
}
Hope this helps.
Thanks!
1 Like
@Otterlydifferen
Sorry for facing this issue, it’s my pleasure to help us.
Welcome to the Shopify community!
and Thanks for your Good question. 
- Go to Online Store->Theme->Edit code
- Asset->/theme.css ->paste below code at the bottom of the file.
this code apply for after 5 - 6 second
.grid-product__meta {text-align: center;}
thanks a lot!! this worked!