alignment to the left

hi my shopfiy account

www.lateliercommerce.com

passwords: LAC1234

in the page :" about us" I have an image with a text.

the text in centered and I want in to be align to the left.

Hello @LAC1993

You can add code by following these steps

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

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

@media screen and (min-width: 990px) { .gallery .gallery-content__button.aos-animate { text-align: left !important; } .gallery .gallery-content__text.aos-animate { text-align: left !important; } }

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