Help with aligning text to left in "Image with text element"

Topic summary

A user seeks help aligning text to the left within an \

Summarized with AI on November 3. AI used: claude-sonnet-4-5-20250929.

I would like to align all text in this element to the left. Please help :slightly_smiling_face:

Link to page: https://azvssf27wutlxa9s-55008723125.shopifypreview.com

Hi @Stateofmind_1 ,

Please add below CSS in the file and it will solve your problem.

.feature-row-wrapper .feature-row__item.feature-row__text p {
    text-align: left;
}

Let me know if you need further more help.