alignment to the left

alignment to the left

LAC1993
Excursionist
14 0 6

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. 

 

 

LAC1993_0-1725181353298.png

 

LAC
Replies 2 (2)

niraj_patel
Shopify Partner
2378 514 511

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 </body> on theme.liquid

<style>

@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;
    }

}
</style>

niraj_patel_0-1725181958800.png

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

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- [email protected]

Sangeetanahar
Explorer
541 36 69

hello @LAC1993 


Go to online store ----> themes ----> actions ----> edit code ---->assets....>theme.css...>line number 12638

serach the code

.gallery-content-inner {
    display: inline-block;
    max-width: 510px;
    text-align: center;
    vertical-align: middle;
    width: 90%;
}

replace with this code

.gallery-content-inner {
    display: inline-block;
    max-width: 510px;
    text-align: left;
    vertical-align: middle;
    width: 90%;
}

 

resultOur-Story-–-L-ATELIER-COMMERCE.png

 

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me [email protected] - Skype: live:sangeetarahuldhiman -Whatsapp: +917009811712
Checkout Some Free Sections Here