Collection design

Hello,
I need help with my collection display on desktop, because the squares are not expended as they should be. Please refer to the picture below

My website is womber.fr and the password is PROPAGANDAAA

Thanks for your help

Hi @PAUL8

Please add this CSS code to the end of your base.css file:

@media screen and (min-width: 750px) {
  #shopify-section-template--23486774280457__featured_collection_Qy96PJ .page-width {
    padding-inline: 0 !important;
  }
}