Shopify themes, liquid, logos, and UX
Guys please help me how to make this collection page (left) like this on the right (edit on PS)
Solved! Go to the solution
This is an accepted solution.
Hello @josoneryx1890
Please add this code in your base.css file
@media screen and (min-width: 750px) {
.section-template--22539441996064__collection_list_pTQBXp-padding {
max-width: 100% !important;
}
}
result will be
If this was helpful, hit the like button and mark the job as completed.
Thanks
@josoneryx1890 Please follow below steps to increase the width of the collection list. Let me know whether it is helpful for you.
.page-width-desktop {
max-width: 100% !important;
}
It's not working 😞
@josoneryx1890 Can you please paste the above code by following the steps we provided and let me know? So that, I can check why it is not working and provide solution based on it.
https://72d12c-be.myshopify.com/
here is the link of our shop
this is the code that i tried
.collection-list-wrapper.page-width.isolate.page-width-desktop.no-heading.no-mobile-link.section-template--22539441996064__collection_list_pTQBXp-padding {
max-width: 100% !important;
}
@josoneryx1890 This is because some code in base.css file was not closed properly, you need to fix so that the this code will work.
If you feel struggle to fix the code, you can remove this code from the base.css file and try the solution through customization mode which I was provided in the above message with screenshots, it will display the section in full width. Please let me know any other help needed.
Hi @josoneryx1890 , go to base.css file and add the following code :
.collection-list-wrapper.page-width.isolate.page-width-desktop.no-heading.no-mobile-link.section-template--22539441996064__collection_list_pTQBXp-padding {
max-width: 100%;
}
It's not working 😞
@josoneryx1890 try to add this code instead :
.collection-list-wrapper.page-width.isolate.page-width-desktop.no-heading.no-mobile-link.section-template--22539441996064__collection_list_pTQBXp-padding {
max-width: 100% !important;
}
Still not working 😞 Thank u
@josoneryx1890 , it seems that other code or app is overwriting the code I gave you, would you mind If I send you an access request and add the code myself for better solving this problem?, feel free to contact me.
This is an accepted solution.
Hello @josoneryx1890
Please add this code in your base.css file
@media screen and (min-width: 750px) {
.section-template--22539441996064__collection_list_pTQBXp-padding {
max-width: 100% !important;
}
}
result will be
If this was helpful, hit the like button and mark the job as completed.
Thanks
Still don't working 😞
It does not working on base.css but when i paste it in here it worked
is it still okay if i keep it in here?
yes it will work, if you will paste it in custom css and save.
If this was helpful, hit the like button and mark the job as completed.
Thanks
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024