Shopify themes, liquid, logos, and UX
Hi
How can I widen the title and text on the "Image with Text" content section on the home page?
So that it is aligned with the left of the menu.
Dawn theme.
Screenshot attached.
Thanks!
Solved! Go to the solution
This is an accepted solution.
You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code above the </head> tag
<style>
@media screen and (min-width: 768px) {
.image-with-text__content {
padding-left: 0 !important;
}
}
</style>
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
This is an accepted solution.
They are two different sections, so the code I provide don't affect the blog pages.
If you want to modify the blog page. You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code above the </head> tag
<style>
@media screen and (min-width: 990px) {
.article-template .page-width--narrow {
max-width: calc(100% - 10rem) !important;
}
.article-template header{
text-align: center;
}
}
</style>
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
Hello, @cdgerard
It cannot be modified in the editor and can only be modified using code. Please share the store URL so that I can assist you.
This is an accepted solution.
You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code above the </head> tag
<style>
@media screen and (min-width: 768px) {
.image-with-text__content {
padding-left: 0 !important;
}
}
</style>
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
This has solved the issue. thanks a lot!
Question - has this affected only the ABOUT page or will that change other pages?
All the pages
I have a text alignment issue in the blog pages. The text is too narrow and your code hasn't changed it.
Please see here in the STORIES section.
https://kl61t2nkoblcpape-61358440707.shopifypreview.com
This is an accepted solution.
They are two different sections, so the code I provide don't affect the blog pages.
If you want to modify the blog page. You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code above the </head> tag
<style>
@media screen and (min-width: 990px) {
.article-template .page-width--narrow {
max-width: calc(100% - 10rem) !important;
}
.article-template header{
text-align: center;
}
}
</style>
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
Works, Thanks very much!
@cdgerard - please add this css to the very end of your base.css file and check
.grid__item .image-with-text__content{padding-left: 0;}
Shopify and our financial partners regularly review and update verification requiremen...
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