Hello
I want to centre everything (vendor, price, title, swatches) below product image.
and make price and title the same font size with a little bit more space between each line.
website: sundaypaloma.com
Hello
I want to centre everything (vendor, price, title, swatches) below product image.
and make price and title the same font size with a little bit more space between each line.
website: sundaypaloma.com
Hello @oscaroline ,
It’s GemPages support team and glad to support you today.
I would like to give you a recommendation to support you so kindly follow steps below:
Open your theme.liquid theme file
Paste the below code before
For example,
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team
yes, please add proper theme css file
.product-card-wrapper .card__content .card__information,
.product-card-wrapper .card__content .card__information .card__heading,
.product-card-wrapper .card__content .card__information .card-information {
text-align: center;
}
.product-card-wrapper .card__content .card__information .swatches-globo--list .ul-swatches-list {
justify-content: center;
}