Shopify themes, liquid, logos, and UX
Hi All,
The default Dawn Theme pages is quite narrow, how can i change the width for all pages so that it is full width?
please see my site for example of it being narrow
The link to the site is www.amorebouquets.com.au, password is aotwew.
Example site, where all pages are full width https://eagleisabirdie.com/
Thanks
Solved! Go to the solution
This is an accepted solution.
Hi @AmoreBouquets ,
You can follow the instruction below:
1. Go to Online Store->Theme->Edit code
2. Asset->/base.css->paste below code at the bottom of the file:
.page-width {
max-width: 160rem !important;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Best regards.
This is an accepted solution.
Hi @AmoreBouquets ,
You can follow the instruction below:
1. Go to Online Store->Theme->Edit code
2. Asset->/base.css->paste below code at the bottom of the file:
.page-width {
max-width: 160rem !important;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Best regards.
Hello, I only want to adjust the body width of the blog and new pages, and I don't want to adjust the body width of the homepage and product pages. How to set it up?
I know this question is about a year old now. But I ran into this problem of needing to adjust the width of the blog only and not the entire site. The previous solution suggested putting the code in the base.css which changes the entire site but putting the code in the section-blog-post.css changes the blog width and nothing else.
1. Go to Online Store->Theme->Edit code
2. Asset->/section-blog-post.css->paste below code at the bottom of the file:
.page-width {
max-width: 60% !important;
}
I did 60% since it was much wider than default without being entirely full width. Play around with the percentage values to find what fits your need.
Im trying to do something similar; I madre my page full width and it look nice; but when i try to see a page i want to have padding. I tried to change section-main-page.css and it works; but the header is also making the padding. How can I do to just put the padding on the content and not on the header?
User | RANK |
---|---|
138 | |
101 | |
79 | |
69 | |
65 |
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