Left align text but center align image (multicolumn)

Hi is it possible to keep the image center align but the text left align for multicolumn? If so how? I’m using Dawn theme shop link: https://6fa09b.myshopify.com

1 Like

Hello there,

Working fine!

Hi @chocolatte1234 ,

I checked and you solved it?

https://tarel-lab.com/pages/reviews Don’t think so.. the review page is still not aligning properly on desktop

Hi @chocolatte1234 ,

Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:

.multicolumn-card__info {
  text-align: left !important;
}

Hope it helps!

works like magic! Thanks :slightly_smiling_face:

1 Like