Review section Dawn theme

Topic summary

A user wants to display product review information on a single line in their Dawn theme, combining the star rating (“4.6/5 STARS”) with the review count (“based on 1067 reviews”) instead of having them stacked vertically.

Solution Provided:

  • Wrap both elements in a <div> with display: flex; CSS styling
  • Locate the relevant sections in the theme code (screenshots show specific code locations in the Dawn theme files)
  • Apply the flexbox container to align the rating and review count horizontally

Status: The original poster confirmed the solution was helpful, suggesting the issue was resolved.

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

Hello,

For my section reviews on my products pages I would like to put on the same line the rating “4.6/5 STARS STARS” and the “based on 1067 reviews” so I could have “4.6/5 STARS STARS based on 1067 reviews” but I don’t know how to do it.

Does anyone know how to do this please?

Here is my website: https://pqd9ge-cs.myshopify.com/products/brightening-eye-cream

Hello @Ulysse12342 !

You need to wrap “4.6/5 STARS STARS” and the “based on 1067 reviews” in a div and add some css (

{Rating and reviews divs}
)

Try to find these sections in your theme code.

1 Like

Thanks for the help

1 Like