We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Balance theme - how to make the header text box wider in image with text

Solved

Balance theme - how to make the header text box wider in image with text

tzyz75
Tourist
3 0 1

I'm using the balance theme and the image with text has a heading text box that is just not wide enough. Anyway to change that? Thank you!

 

tzyz75_0-1736971560051.png

 

Accepted Solution (1)

DaisyVo
Shopify Partner
4469 501 599

This is an accepted solution.

Hi @tzyz75 

 

To complete your requests, please follow these steps:
  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.

 

.image-with-text__text-item.grid__item > div {
    padding-inline: 5px !important;
}

 

Here is the result: image_720.png

 

I hope this helps

 

Best,

 

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

View solution in original post

Replies 5 (5)

CodingFifty
Shopify Partner
1102 162 191

Hi @tzyz75,

Please share the url

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
tzyz75
Tourist
3 0 1

ezcabledock.com

Made4uo-Ribe
Shopify Partner
10211 2427 3079

Hi @tzyz75 

The Image with Text design is a 50% text - 50% image layout by default.

  • To make the text wider, you can adjust the layout settings so that the text occupies more space, which will make the image smaller.
  • If you prefer a design where the text overlays the image, consider using the Image Banner section instead. This allows the text to sit on top of the image, creating a visually dynamic look.

 

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

DaisyVo
Shopify Partner
4469 501 599

This is an accepted solution.

Hi @tzyz75 

 

To complete your requests, please follow these steps:
  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.

 

.image-with-text__text-item.grid__item > div {
    padding-inline: 5px !important;
}

 

Here is the result: image_720.png

 

I hope this helps

 

Best,

 

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
tzyz75
Tourist
3 0 1

Thank you very much, that worked!