Shopify themes, liquid, logos, and UX
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 ❤️
Solved! Go to the solution
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 %}
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
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.
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!
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 %}
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
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.
Amazing! It worked perfectly, thank you so much for your help and suggestions! 😍🤗🤗
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025