How to remove white space on product page (Dawn Theme)

Topic summary

A user seeks to reduce vertical spacing between two text elements with checkmarks on their product page using Shopify’s Dawn theme.

Problem:

  • Excessive white space exists between product description text blocks
  • User wants to bring tick-marked text sections closer together while maintaining other spacing

Solutions Provided:

Two community members offered nearly identical CSS fixes:

  1. Navigate to Online Store → Theme → Edit Code
  2. Locate the base.css file in assets
  3. Add CSS targeting the subtitle element at the end of the file

One solution uses margin-top: -5px !important; while the other uses margin-top: 0; - both targeting .product__text.inline-richtext.subtitle

Outcome:

  • The issue appears resolved based on the final thank-you message
  • Visual examples were provided showing the before/after results
Summarized with AI on November 1. AI used: claude-sonnet-4-5-20250929.

Hello @WVU

Either no one is seeing the text, or I can’t see it.