Shopify themes, liquid, logos, and UX
I am using DAWN THEME and facing problem regarding un-necessary spacing/padding on right side of landing page as well as product page as shown in picture. Can anyone help me to fix this issue?
Solved! Go to the solution
This is an accepted solution.
Hi @Thread-Theory,
Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:
@media screen and (min-width: 990px) {
.collection .page-width-desktop {
max-width: 140rem !important;
}
.collection .product-grid.grid {
--grid-desktop-vertical-spacing: 16px;
--grid-desktop-horizontal-spacing: 32px;
}
}
can you please share solution here so anyone facing same issue can get help from this thread.
I will share the solution here so please kindly provide the store URL ❤️
Best,
Daisy
Please kindly share your store URL so I can check it for you
Best,
Daisy
Hi @Thread-Theory,
Please send the website link, I will check it for you
the issue has been resolved but i am facing another issue regarding side margins in desktop view as i want to reduce side margins in desktop view and increase spacing between product cards. can you please help me to solve this issue. i am sharing link of my website.
thread-theory.pk
This is an accepted solution.
Hi @Thread-Theory,
Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:
@media screen and (min-width: 990px) {
.collection .page-width-desktop {
max-width: 140rem !important;
}
.collection .product-grid.grid {
--grid-desktop-vertical-spacing: 16px;
--grid-desktop-horizontal-spacing: 32px;
}
}
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025