make text width wider for image with text

Topic summary

A user seeks to increase the text width in their ‘image with text’ section, which currently appears too narrow. They’ve provided a screenshot showing the issue on their Dawn theme site (antico-abito.com).

A solution has been offered:

  • Navigate to Online Store → Theme → Edit Code
  • Locate one of these CSS files: base.css, theme.css, style.css, main.css, or custom.css
  • Add the provided CSS code snippet at the end of the file

The CSS targets the specific section ID and adjusts padding to 40px 10px, which should widen the text area. The discussion remains open as the original poster hasn’t confirmed whether the solution resolved their issue.

Summarized with AI on November 1. AI used: claude-sonnet-4-5-20250929.

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

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

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