How can I set my image side margins to 0px for full width display?

you can see in pictured attached.

I want the image side margins 0px; I want the image to be touched with border. (in desktop as well in mob)

Please let me know if I can do it.

1 Like

@AhmedAkram

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:

Thanks for your good question.

Please share your site URL,

I will check out the issue and provide you a solution here.

https://bubeautybrand.com/pages/our-story

thanks for reaching me out!

Hi @AhmedAkram
Remove page width class from section.

can you please tell me from which section!

1 Like

@AhmedAkram

yes, please add this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
#shopify-section-template--15476780400800__164810783243ae7b20 .page-width {
    max-width: 100%;
}