Shopify themes, liquid, logos, and UX
hi my shopfiy account
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 </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>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025