Remove paddins in image with text shopify

Hi, I’m trying to remove paddings in image with text shopify.

Can somebody help me?

Thank you all.

Hello @infinitywings

Please share the store password with me.

Hi, try with Pasword123

Hello @infinitywings

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottom of the file:
.page-width:has(.image-with-text) {
padding: 0;
}

It works.

Thank you very much.

Hello @infinitywings
Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance. If helpful, please like all posts.