Shopify themes, liquid, logos, and UX
Hi!
By default our theme (Wokiee) has two types of page width:
1) Fullwidth,
2) Boxed (1200 px)
We use boxed version.
For some pages 1200 px are too wide, so we would like to shrink the page content to 780 px.
How to achieve that without affecting other pages, Header and the Footer?
On the attached image you can see what we want to achieve.
Solved! Go to the solution
This is an accepted solution.
body.pagepage\.about.loaded .container-indent {
max-width: 780px;
margin: 0 auto;
}
Hi @irkakhodjaev ,
Share your store URL where you want modification.
Hi @irkakhodjaev ,
It is fine at 780px media
@oscprofessional It's not about resizing the window, it's about changing the width of page's content.
Please, take a look at the screenshot I have attached to the question.
I want to change the width of page's content, so on any desktop screen wider than 780px the content wouldn't get wider.
Now the page's content is 1200px wide. I need it to change to 780px.
@oscprofessional As you can see there it affects the Header and the Footer. I need to change the width of the content only without affecting the Header and the Footer.
you want like this?
.pagepage.about .container-indent {
max-width: 780px;
margin: 0 auto;
}
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid
@oscprofessional Is that going to change the width of all pages?
I need to change the width of some pages.
I thought it shoud be something like: if page-handle equals "my-page" then width: 780.
No?
copy again..
it will change only about us page
@oscprofessional It didn't work. Maybe there's another way to identify the page rather than ".pagepage.about"?
This is an accepted solution.
body.pagepage\.about.loaded .container-indent {
max-width: 780px;
margin: 0 auto;
}
User | RANK |
---|---|
154 | |
139 | |
79 | |
71 | |
62 |
Explore the 30-30-30 rule, a dynamic social media strategy for new businesses. Learn how t...
By Trevor Sep 20, 2023Discover how to leverage the often overlooked footer of your ecommerce site to gain custom...
By Skye Sep 15, 2023In this blog, we’ll be shining a light on Shopify Partners, Experts, and Affiliates. Who a...
By Imogen Sep 13, 2023