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 with BLOG Page WIdth - PRESTIGE THEME

Solved

Need help with BLOG Page WIdth - PRESTIGE THEME

Laurice
New Member
4 0 0

Need help to make the Blog page articles full width or reduce the spaces on the sides

 

spaces.JPG


This is our website
https://www.usandtheearth.com/blogs/our-sustainability-blog/natural-laundry-detergent

 

Accepted Solution (1)

GemPages
Shopify Partner
5625 1262 1292

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

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center

View solution in original post

Replies 2 (2)

GemPages
Shopify Partner
5625 1262 1292

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

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center
Laurice
New Member
4 0 0

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!