How can I restore my product grid to its original size on desktop view?

Hi guys,

Because of many coding, by mistake the product grid margin changed. Can you help restoring it back to its origin in desktop view only.

Thank you,

allianceautoproducts.com

Hi @Alliance
You can try follow this path:
Themes => edit code => asset => theme.scss.liquid
and add this code to bottom of the file theme.scss.liquid

#ProductSection-product-template {
max-width: 100%;
}

Became bigger