collection list not displaying in full page width | theme "sense"

issue: collection list not displaying in full page width on home page.

theme: sense

URL: https://theaairascloset.com/

see attached


snapshot

Hi @rzwahmed ,

Go to Online Store > Themes > Edit Code > open file base.css and insert code at the end of file

@media screen and (min-width: 750px){
   .page-width {
      padding: 0;
   }
}

.page-width {
    max-width: 100%;
}

I hope it will helpful for you @rzwahmed