CRO Manifesto
guideline #
127

Keep Paragraph Width Readable on Desktop

context

On wide desktop screens, text that stretches too far across the screen becomes difficult to read. Long line lengths make it harder for users to track from one line to the next, leading to fatigue and frustration.

Why?

Limit paragraph width to 800-900 pixels to maintain an optimal reading experience. This keeps line lengths manageable, making text easier to scan and digest. A well-structured layout enhances readability, ensuring users stay engaged and absorb key information effortlessly.

Content
  • Your desktop product pages have text content that spans the full width of containers wider than 900 pixels
  • Time on page is below 90 seconds or bounce rate exceeds 60% on desktop traffic
  • You're using Shopify, WooCommerce, or custom CSS where you can control container max-widths
  • Your store receives 1,000+ monthly desktop visitors and focuses on content-heavy product descriptions
  • Heat map data shows users aren't reading full product descriptions or scrolling through detailed content

Set maximum width constraints on your product description containers to maintain optimal reading line lengths.

  1. Shopify Implementation: Navigate to your theme's product template file (usually product.liquid or product-form.liquid) and locate the product description container
  2. Add CSS constraints: Apply max-width: 800px to description containers. For responsive design, use max-width: min(800px, 90vw) to prevent mobile overflow
  3. Code example:

.product-description,
.product-content {
max-width: 800px;
margin: 0 auto; /* Centers the content */
line-height: 1.6;
font-size: 16px;
}

@media (max-width: 768px) {
.product-description {
max-width: 100%;
padding: 0 20px;
}
}

  1. Test across breakpoints: Verify that content remains centered and readable on screens from 1024px to 1920px wide
  2. Timeline: Implementation takes 2-4 hours including testing across devices
  • Time on page: Expect 15-25% increase in average session duration on product pages within 2-3 weeks
  • Scroll depth: Monitor 20-30% improvement in users reading beyond 50% of product descriptions
  • Add to cart rate: Track 5-15% lift in conversion rate from product page views to cart additions
  • Tools: Use Google Analytics 4 engagement metrics, Hotjar scroll maps, or Shopify Analytics conversion tracking
  • AVOID: Setting fixed widths instead of max-widths, which breaks mobile responsiveness and creates horizontal scrolling
  • BEST PRACTICE: Use max-width with percentage-based padding for fluid, responsive design
  • AVOID: Applying width constraints to images or media elements, only restrict text container widths
  • BEST PRACTICE: Keep product images full-width while constraining only paragraph and text content areas
  • AVOID: Forgetting to center-align constrained content, leaving text awkwardly positioned to one side
5.0 RATING • 350+ CLIENTS

Get A Free Website Audit.

We’ll identify what’s leaking revenue on your site and show you how to fix it. The free audit includes:

Live Website Walkthrough
Technical Analysis
Conversion Checklist
Key Section Redesigns
Industry & ICP Research
Implementation Plan
try us free
No items found.
5.0 RATING • 350+ CLIENTS

Work with the #1 Team That gets you predictable results.

Strategy
DESIGN
COPYWRITING
DEVELOPMENT
Free Audit & Redesign

Get a Free Audit

See the difference for yourself. We’ll identify what’s leaking revenue on your site and show you how to fix it.
Free Forever
130+ Optimizations
Section Redesigns
Get My Free Audit
CRO Strategy Call

Talk to Glued

This isn’t a sales call. It’s a hands-on teardown session where we walk through exactly what’s holding your site back and what fixing it would mean for your revenue.
No Sales Pitch
ROI Projections
Free CRO Strategy
Book a Call