How to remove margin/padding for image with text

Hello everyone, could you please help me delete the right margin on this image with text section ? I’d like to make the hand to be flush to the right side of the page without any space. Thanks in advance

URL : https://8c4199-3c.myshopify.com/

Password : thohff

Not 100% sure this work but you can try adding this code to your Theme base.css file at the bottom:

div#shopify-section-template--21013931131218__image_with_text_F9EBMX
{
  min-width: 100%;
  margin-right: -100px;
  padding-right: 0px;
}

Result:

Hope that works for you,
@biznazz101

Thanks for your valuable help @biznazz101

When I edit my store, I can actually see that it worked :

But I use the “View” option, i can still see the big margin on the right as you can see here :

:confused: