Shopify themes, liquid, logos, and UX
Hi everyone, how can I make products full width on collection pages? On the home page I see the products full width but not on the collection pages. Do you know how to do this only on desktop? Thanks a lot to everyone
refade-8966.myshopify.com
Solved! Go to the solution
This is an accepted solution.
Hi @Marco211 , you can make products full width on collection page by following these steps:
1. Navigate to Online store => Themes => Edit code
2. Find base.css file on Assets folder and add this code to the end of the file :
@media screen and (min-width: 990px) {
.collection.page-width {
padding: 0 1.5rem !important;
max-width: none !important;
}
}
And here is the result :
Hope this can help you.
SIMICART: Mobile App Builder |Ironwork Theme - Coming Soon | Product Labels by BSS
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
This is an accepted solution.
Hi @Marco211 , you can make products full width on collection page by following these steps:
1. Navigate to Online store => Themes => Edit code
2. Find base.css file on Assets folder and add this code to the end of the file :
@media screen and (min-width: 990px) {
.collection.page-width {
padding: 0 1.5rem !important;
max-width: none !important;
}
}
And here is the result :
Hope this can help you.
SIMICART: Mobile App Builder |Ironwork Theme - Coming Soon | Product Labels by BSS
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
Top, thank you very much
No problem. Have a great day!
SIMICART: Mobile App Builder |Ironwork Theme - Coming Soon | Product Labels by BSS
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
Learn 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, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025