Can i change the width of specific sections on my store? Theme: Empire-5-11

Can i change the width of specific sections on my store? Theme: Empire-5-11

neo111
Shopify Partner
1 0 0

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

 

Skärmavbild 2024-05-31 kl. 16.27.35.png

Reply 1 (1)

niraj_patel
Shopify Partner
2391 516 517

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.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com