Shopify themes, liquid, logos, and UX
how do i change the width of sections?
I want everything to be full width like my hero banner
url: https://urlyx.se/?_ab=0&_fd=0&_sc=1
pas: shoray
Hello @neo111
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
#shopify-section-1493163784784 .featured-collection__container {
padding: 0 !important;
}
#shopify-section-1493166188493 .menulist-container {
padding: 0 !important;
}
section.featured-collection__container {
padding: 0 !important;
}
section.testimonials-section {
padding: 0 5px !important;
}
.pxs-newsletter-section {
padding: 0 !important;
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
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