Remove margin & padding on images sides

Remove margin & padding on images sides

Daniel19901
Shopify Partner
296 2 88

Hi,

can anyone help me remove the white space on the left and right side of the items in the image ?

that's a text with images column. I want the images to be the full width of the page

Daniel19901_0-1715426397039.png

 

 

https://ynco-ny.com/?_ab=0&_fd=0&_sc=1

pass: sasa

Replies 2 (2)

PageFly-Amelia
Shopify Partner
626 165 238

Hello @Daniel19901 

This is Amelia at PageFly - Shopify Advanced Page Builder app.

 

You can try the following steps I have provided to help you solve the problem you are facing:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file base.css or theme.css

Step 3: Add code

#shopify-section-template--22632345731364__1619169468047652d7 .container_1320 {
   width: 100% !important;
   padding: 0 !important;
}

#shopify-section-template--22632345731364__1619169468047652d7 .col-lg-4 {
   padding: 0 !important;
}

 

Hoping my solution helps you solve your problem.

Best regards,

Amelia | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 
➜ Weekly updated Shopify tutorials on YouTube 


All features are available from Free plan. Live Chat Support is available 24/7.

thirtycoders
Shopify Partner
135 21 28

Hello @Daniel19901,

Access Online Stores, select Themes, and then Edit code. Choose either theme.liquid and paste the code before </head> tag

 

 

<style>
body{
  overflow-x: hidden !important;
}

div#shopify-section-template--22632345731364__1619169468047652d7 .container_1320{
        max-width: 100% !important;
        padding: 0px !important;
}

div#shopify-section-template--22632345731364__1619169468047652d7 col-lg-4{
      padding: 0px !important;
}
</style>

 

 

 

thirtycoders_0-1715430774405.png

Thanks!

Thirtycoders || Shopify Partner
Found my response useful? Show your appreciation with a Like!
Did your query get resolved? Mark it as an Accepted Solution.
For additional discussions, reach out via: Email ID: thirtycoders@gmail.com