make text width wider for image with text

Solved

make text width wider for image with text

ads18922
Pathfinder
120 0 42

hello, i want my text to be wider for my 'image with text' as it is too narrow currently:

Screenshot 2025-01-28 at 15.37.57.png

website is www.antico-abito.com , password is chasha , dawn theme

Accepted Solution (1)

CodingFifty
Shopify Partner
616 97 116

This is an accepted solution.

Hi @ads18922,

 

Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.

div#ImageWithText--template--24420688331075__image_with_text_UJVqdA {
    padding: 40px 10px !important;
}
Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com

View solution in original post

Reply 1 (1)

CodingFifty
Shopify Partner
616 97 116

This is an accepted solution.

Hi @ads18922,

 

Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.

div#ImageWithText--template--24420688331075__image_with_text_UJVqdA {
    padding: 40px 10px !important;
}
Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com