All things Shopify and commerce
Hey there!
I'm trying to change the place of the titles under the products, more specific in the centre under the products.
Now it is placed on the left side.
Have anyone an idea how to do/code? 🙂
Some coding? (I'm totally new on that, but the support team said that was the only way.)
Best regards,
Lukas
Solved! Go to the solution
This is an accepted solution.
Thank you for the information.
Im not sure which product title you want to center. I give two titles. The one is the collection page titles and other is the product page titles.
.card__information {
text-align: center;
}
.product__title {
text-align: center;
}
Would you mind to share your Store URL website? with password if its protected. Thanks!
This is an accepted solution.
Thank you for the information.
Im not sure which product title you want to center. I give two titles. The one is the collection page titles and other is the product page titles.
.card__information {
text-align: center;
}
.product__title {
text-align: center;
}
Ohh, so much thanks to you for the fast and big help!! < 3
Worked out fine!
Hi,
Yes, there is some coding involved, but just a little bit.
Here are the steps from your store's dashboard:
/******************** center title and price under product image ******************************/
.card__information {
display: flex;
flex-direction: column;
align-items: center;
}
.price {
margin-bottom: 0;
display: flex;
flex-direction: column;
align-items: center;
}
And hat's it. Your product images will now have the title and price centered underneath them.
P.S. If you only want the title to be centered and not the price, then remove this part of the code from what you just added:
.price {
display: flex;
flex-direction: column;
align-items: center;
}
User | RANK |
---|---|
42 | |
42 | |
34 | |
24 | |
21 |
On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023The year-end shopping season is just around the corner. Is a flash sale on your radar? Are...
By Jasonh Nov 6, 2023