Remove paddins in image with text shopify

Solved

Remove paddins in image with text shopify

infinitywings
Excursionist
16 0 5

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

Can somebody help me?

 

Thank you all.

infinitywings_0-1745659879561.png

 

Accepted Solution (1)
devcoders
Shopify Partner
1444 172 450

This is an accepted solution.

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;
}

 

devcoders_0-1745663340877.png

 

Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!

View solution in original post

Replies 5 (5)

devcoders
Shopify Partner
1444 172 450

Hello @infinitywings 

Please share the store password with me.

Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!
infinitywings
Excursionist
16 0 5

Hi, try with Pasword123

devcoders
Shopify Partner
1444 172 450

This is an accepted solution.

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;
}

 

devcoders_0-1745663340877.png

 

Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!
infinitywings
Excursionist
16 0 5

It works.

 

Thank you very much.

devcoders
Shopify Partner
1444 172 450

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.

Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!