Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Need help to make the Blog page articles full width or reduce the spaces on the sides
This is our website
https://www.usandtheearth.com/blogs/our-sustainability-blog/natural-laundry-detergent
Solved! Go to the solution
This is an accepted solution.
Hello @Laurice
I would like to give you the recommendation to support you so kindly follow steps below:
1. Go to your Online store > Themes > Edit code
2. Open your theme.liquid file
3. Paste the below code before </body>
<style>
{%if template contains 'article'%}
.Article__Wrapper{
max-width:100% !important;
}
{%endif%}
</style>
I hope the above is useful to you.
Best regards,
GemPages Support Team
This is an accepted solution.
Hello @Laurice
I would like to give you the recommendation to support you so kindly follow steps below:
1. Go to your Online store > Themes > Edit code
2. Open your theme.liquid file
3. Paste the below code before </body>
<style>
{%if template contains 'article'%}
.Article__Wrapper{
max-width:100% !important;
}
{%endif%}
</style>
I hope the above is useful to you.
Best regards,
GemPages Support Team
Thank you so much, it worked! Would it be possible to set this up on a template? So we can use the original version for some of the other blogs?
Thanks!