Re: How to remove margin/padding for image with text

How to remove margin/padding for image with text

Thermoz
Tourist
6 0 1

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

 

Thermoz_0-1709060163868.png

 

Replies 2 (2)

biznazz101
Shopify Partner
494 50 90

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:

biznazz101_0-1709065885600.png

biznazz101_1-1709065951944.png

 

Hope that works for you,
@biznazz101 

Don't hesitate to reach out for more help with your store.
SEE OUR TASK STORE or check us out via our profile! FREE STORE AUDIT
Thermoz
Tourist
6 0 1

Thanks for your valuable help @biznazz101 

 

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

Thermoz_0-1709068345467.png

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

 

Thermoz_1-1709068402616.png

😕