Focal theme - left aligning texts in product grids on collection pages

Hey @JohnBoye

Please follow these instruction

Step: 1 Go to Online Store → Themes
Step: 2 Click on three dots placed before publish Button → Edit Code
Step: 3 Search this file “theme.css”
Step: 4 At the last Paste this code and save file

.product-item__info
.product-item-meta {
display: block;
text-align: left !important;
}

Definitely your query will resolved .

Thanks