I would like to align all text in this element to the left. Please help ![]()
Link to page: https://azvssf27wutlxa9s-55008723125.shopifypreview.com
A user seeks help aligning text to the left within an \
I would like to align all text in this element to the left. Please help ![]()
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.