Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Does anyone know of a way to make the image with text centred in dawn theme.
Solved! Go to the solution
This is an accepted solution.
Hi @AA567,
Glad to support you today.
You can check out my suggestion below to get your concern resolved:
1. Go to Edit code on Online Store:
2. add my code above the </body> tag on Theme.liquid:
<style>
.image-with-text .image-with-text__grid {
flex-direction: column !important;
justify-content: center !important;
align-items: center !important;
}
.image-with-text .image-with-text__content .image-with-text__heading,
.image-with-text .image-with-text__content .image-with-text__text,
.image-with-text .image-with-text__content .button {
align-self: center !important;
text-align: center !important;
}
</style>
Eg:
The Image with text show like this when you add my code:
Hope you find my answer helpful!
Kind & Best regards,
GemPages Support Team.
This is an accepted solution.
Hi @AA567,
Glad to support you today.
You can check out my suggestion below to get your concern resolved:
1. Go to Edit code on Online Store:
2. add my code above the </body> tag on Theme.liquid:
<style>
.image-with-text .image-with-text__grid {
flex-direction: column !important;
justify-content: center !important;
align-items: center !important;
}
.image-with-text .image-with-text__content .image-with-text__heading,
.image-with-text .image-with-text__content .image-with-text__text,
.image-with-text .image-with-text__content .button {
align-self: center !important;
text-align: center !important;
}
</style>
Eg:
The Image with text show like this when you add my code:
Hope you find my answer helpful!
Kind & Best regards,
GemPages Support Team.
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025