Margin Issue with Review Widget

I have added Review widget from JudgeMe on my Dawn theme. But it is coming in middle instead of full margin

Hey @Niraj_Wadgure Welcome to Shopify Community can you please share the Website URL

pass byera

Hey @Niraj_Wadgure

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above </ body> tag
<style>
div#judgeme_product_reviews {
    max-width: 100% !important;
}
section#shopify-section-template--24254410195256__1772689540ff0e10fb .page-width.scroll-trigger.animate--slide-in {
    max-width: 100% !important;
    padding: 0 !important;
}
</style>

RESULT:

If I managed to help you then a Like would be truly appreciated.

Best,
Moeed