Shopify themes, liquid, logos, and UX
As per the attached screenshot I want to display the products collection such that it utilizes the entire screen width. If I view it on a larger screen there shouldn't be any padding from right or left, instead it should utilize the entire width. How can it be done?
Link: herculeanknight.com
Theme: Impulse
Solved! Go to the solution
This is an accepted solution.
Hi @fhashim
You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file theme.css and add this code at the end of the file
.page-width {
max-width: 98% !important;
}
.page-full, .page-width {
padding: 0 !important;
}
Result
Best,
DaisyVo
This is an accepted solution.
Hi @fhashim
You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file theme.css and add this code at the end of the file
.page-width {
max-width: 98% !important;
}
.page-full, .page-width {
padding: 0 !important;
}
Result
Best,
DaisyVo
Thanks!
works for me in June, 2025
Thank you
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025