Hi there,
I would like to change the page width of one specific blog pages: https://400fdf-32.myshopify.com/blogs/journal/mm-vision (I want to make it full screen width), but to keep the default width for the rest of the pages.
P.S: I use BLOGGLE app to create my blogs.
Store: https://400fdf-32.myshopify.com/
Password: MaisonMagdalena.222
How can I do that? Thanks a loooot 
1 Like
Hi @MagdalenaBB
Check this one.
From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
Find the theme that you want to edit and click on “Actions” and then “Edit code”.
In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
section#shopify-section-template--22350975861083__main .article-template__content.page-width.page-width--narrow.rte {
max-width: 100% !important;
}
And Save.
Result:
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
1 Like
Hi @MagdalenaBB
This is Richard from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the
{% if handle contains 'mm-vision'%}
{% endif %}
While reviewing your page to address the issue, I noticed that your page looks nice, warm, and elegant. However, I have one suggestion to make your store design and brand more unique: to add the banner button here on the main banner.
The banner is very significant in hero material. It is the first thing customers see when they visit your website. Let’s get consumers to know exactly what you’re having in 5 seconds first.
Hope this can help you solve the issue
Best regards,
Richard | PageFly
1 Like