Shopify themes, liquid, logos, and UX
Good Day!
I am using the Debut theme. As you all know, with Debut, the default layout only lets you add sections to the Home page. Leaving the rest of the site looking very bland. I I used used the information in this blog
https://penditude.com/blogs/blog/shopify-debut-theme-tutorial-how-to-add-sections-to-landing-pages
to be able to add sections to other pages that I've created. Everything so far has been going smoothly, except for 2 things-
When adding sections to new pages, the sections suddenly have larger padding on the left and right side. This is not the case when adding the same sections on the home page..
This is how it looks on an a new page -
And this is how sections look on the home page -
The Second issue I am finding is with the Collections List section. When added to a new page, it has misaligned bullet points (first Image) that are not visible when the section is added tot he home page.
I would greatly appreciate any help that can fix these problems and allow my store to have a consistent layout.
Thanks!
Solved! Go to the solution
This is an accepted solution.
.rte ul {
list-style: none;
margin: 0;
}
.grid__item.medium-up--five-sixths.medium-up--push-one-twelfth {
width: 100%;
left: 0;
}
.template-page .page-width {
padding: 0;
}
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid
Hello @wizz_kid82 ,
Welcome to the Shopify community!
Please Share your store live url with password (if it password protected) where you want to do modification, so that I will solve your issue here!
Hi!
The site it https://southdale-family-resto.myshopify.com/ You will easily see layout change when moving between the home page and the Menu page.
The offset bullet points are also visible on the collection sectio of the Menu page.
Thanks for the assist!
Hi @wizz_kid82 ,
Password Please
Oh yes, sorry about that. Password is aulots
This is an accepted solution.
.rte ul {
list-style: none;
margin: 0;
}
.grid__item.medium-up--five-sixths.medium-up--push-one-twelfth {
width: 100%;
left: 0;
}
.template-page .page-width {
padding: 0;
}
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid
Hi!
I didn't see a theme.scss.liquid in the Assets folder, but I did see a theme.css and put the code at the bottom line and it worked great. My landing pages no longer have the extra padding and the bullet points on the Collection List are gone.
Thank you very much for your help in this matter!!
for landing page padding : share screenshot please !
Thank you !
Hi @wizz_kid82 ,
for collection page add this in same file
li.list-view-item {
list-style: outside;
}
it will look like this
User | RANK |
---|---|
187 | |
151 | |
81 | |
77 | |
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