Re: how do i move product title to the center of product card

Solved

how do i move product title to the center of product card

currentstyl
Tourist
13 0 3

Hi guys, I need help, How do I move the product title to the center of the product card on the product page and collections page? On both PC and Mobile Platforms.

currentstyl_0-1725202036037.png

currentstyl_1-1725202109788.png

Any kind of help is much appreciated.

URL: https://currentstyl.com/

 

Accepted Solution (1)

Kaushik_7
Explorer
57 45 47

This is an accepted solution.

Hello! @currentstyl  Please follow these steps to add this CSS code:

1. Go to your Online Store
2. Click on "Themes"
3. Select "Edit code"
4. Open your CSS file. If you have a custom CSS file, open that instead.
5. If you can't find your custom CSS file, open "base.css"
6. Add the following code at the end of the file.

body .card-information, body .card--standard>.card__content .card__information {
    text-align: center !important;
}

 

Kaushik_7_0-1725202525366.png

 



If you need further assistance, please let me know. If you found my help useful, consider liking this message and marking it as the solution.
Best regards
Kaushik

View solution in original post

Reply 1 (1)

Kaushik_7
Explorer
57 45 47

This is an accepted solution.

Hello! @currentstyl  Please follow these steps to add this CSS code:

1. Go to your Online Store
2. Click on "Themes"
3. Select "Edit code"
4. Open your CSS file. If you have a custom CSS file, open that instead.
5. If you can't find your custom CSS file, open "base.css"
6. Add the following code at the end of the file.

body .card-information, body .card--standard>.card__content .card__information {
    text-align: center !important;
}

 

Kaushik_7_0-1725202525366.png

 



If you need further assistance, please let me know. If you found my help useful, consider liking this message and marking it as the solution.
Best regards
Kaushik