How do I align my text on the center under my image for image and text on ride theme?

Hello I want to Align my title and Text in the center under the image instead of to the left?

Hello @Mo1ehb

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.card__information h3.card__heading { text-align: center !important; }

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.