Ghange the page width of one specific blog pages

Solved

Ghange the page width of one specific blog pages

MagdalenaBB
Excursionist
46 0 13

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 ❤️

Accepted Solution (1)

PageFly-Richard
Shopify Partner
4902 1102 1779

This is an accepted solution.

Hi @MagdalenaBB 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> 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 </head>

 

{% if handle contains 'mm-vision'%}
<style>
    article.article-template .page-width--narrow {
        max-width: unset !important;
    }
</style>
{% endif %}

 

PageFlyRichard_0-1716340955409.png
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.

PageFlyRichard_1-1716340975484.png

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 

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 3 (3)

Made4uo-Ribe
Shopify Partner
9870 2351 2947

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:

Made4uoRibe_0-1716322791556.png

 

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

PageFly-Richard
Shopify Partner
4902 1102 1779

This is an accepted solution.

Hi @MagdalenaBB 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> 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 </head>

 

{% if handle contains 'mm-vision'%}
<style>
    article.article-template .page-width--narrow {
        max-width: unset !important;
    }
</style>
{% endif %}

 

PageFlyRichard_0-1716340955409.png
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.

PageFlyRichard_1-1716340975484.png

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 

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

MagdalenaBB
Excursionist
46 0 13

Amazing! It worked perfectly, thank you so much for your help and suggestions! 😍🤗🤗