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,
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,
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