Shopify themes, liquid, logos, and UX
I want to change the size of my featured collection section. It's don't looks good with full page, how can I change the size? For the desktop only. Don't want to change for phone.
Website: https://prettycious.com/
Solved! Go to the solution
This is an accepted solution.
Hello @memahmudhassan ,
I understand you are looking to provide margin on the left and right side of the Featured Collection section.
You can implement this change by applying below mentioned CSS code.
Please add the code at the bottom of the theme.liquid file before </body> tag and save.
<style>
@media screen and (min-width:750px) {
.section-spacing:not(.section-spacing--padded) {
margin-left: 80px !important;
margin-right: 80px !important;
}
}
</style>
[Please feel free to change the margin px size as per the requirements.]
Output -: https://prnt.sc/OapGjot84jJJ
I hope the code helps you.
Please share if you have any queries.
Thank you.
This is an accepted solution.
Hello @memahmudhassan ,
I understand you are looking to provide margin on the left and right side of the Featured Collection section.
You can implement this change by applying below mentioned CSS code.
Please add the code at the bottom of the theme.liquid file before </body> tag and save.
<style>
@media screen and (min-width:750px) {
.section-spacing:not(.section-spacing--padded) {
margin-left: 80px !important;
margin-right: 80px !important;
}
}
</style>
[Please feel free to change the margin px size as per the requirements.]
Output -: https://prnt.sc/OapGjot84jJJ
I hope the code helps you.
Please share if you have any queries.
Thank you.
Thanks a lot Anshul! Your solution worked!
I cant get this to work in my store, does it work on the dawn theme? Right now my desktop website looks awful!
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025