How can I make my reviews section cover the entire page?

hey, i’m trying to make my reviews section wider, currently looks like this,

but i want the reviews to cover the entire page, like this:

any help appreciated :slightly_smiling_face:

store link: https://8c2dd1-3.myshopify.com/

Hi @sondreskskfsghj

To fix this, please follow these steps:

  1. Open Edit code at Online store > Themes > Edit code:
![view-38.png|1858x910](upload://tDkrXq8NAUeqhS3efHHJrtojNmI.png)
  1. Find the file “theme.css” and paste the following code at the end of the file:
.main-content .section--divider > .page-width {
    max-width: 100% important;
}
  • Here is the result:

We hope that this can help you.