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
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