Increase text content width

Topic summary

A user seeks help widening text content on their Shopify store’s About page, providing a password-protected URL and screenshot showing narrow text layout.

Solution Provided:

  • Add custom CSS code to the base.css file
  • Target specific container class with max-width: 75% !important;
  • Code successfully widens the text content area

Follow-up Request:
The user confirms the initial solution worked and requests similar code for another section (shown in second screenshot).

Status: Partially resolved - initial issue fixed, second request awaiting response. The discussion demonstrates a CSS-based approach to customizing Shopify theme layout widths.

Summarized with AI on October 28. AI used: claude-sonnet-4-5-20250929.

Please assist with widening this text description. Store URL: https://muguz.com/pages/about Password: Temp

Thank you. This worked perfectly. Would it be possible to provide a similar code for this section as well?

Hi @UltraVXR

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

.col-sp-12.col-st-10.col-6.mt--first-child-0.image-with-text-bg__container.text-center {
    max-width: 75% !important;
}

Result

Best,

DaisyVo