Full Width h3 - Customer Reviews

Topic summary

A user seeks to create a full-width background for an h3 “Customer Reviews” heading on their product page, referencing a design example from another site.

Solution provided:

  • CSS code snippet using negative margins (margin-left: -100vw; margin-right: -100vw;) and padding to extend the background across the full viewport width
  • Additional styling includes background color, text alignment, and border-radius

Follow-up adjustment:

  • User requested vertical text alignment after adding 120px height
  • Solution updated to include display: flex;, align-items: center;, and justify-content: center; for proper vertical centering

Status: Resolved. The user confirmed the final code works perfectly.

Note: A third-party app suggestion was mentioned but the user preferred a code-based solution without apps.

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

Trying to add a customer reviews section to product page:

https://www.physioworldshop.co.uk/products/collections-electric-couches-products-addax-practice-manager-electric-treatment-couch-3-sections-blue

I would like the background of the title to go the full-width of the screen, whichever device a customer is on

### 
  Customer Reviews

I’d like it to look more like the reviews on this product page:

https://www.vax.co.uk/carpet-cleaners-and-washers/vax-platinum-power-max-pet-design-carpet-cleaner

1 Like

Please update your code to this and check again

### 
Customer Reviews

This can also be done with the use of a third-party app. I found a couple that you can check out:

CAN YOU HELP ME WITH THE CODE WIHOUT APP?

I have added the code and it’s great. I have added height of 120px and would like the text to be vertically aligned:

### 
  Customer Reviews

1 Like

Please update code

### 
  Customer Reviews

That’s perfect thanks Dan

1 Like

You are most welcome!