it looks so much better for regular and on sale product.
Only the "call for price" and "sold out" would need some retouching but that's because I am using a "buy now" button instead of "...more info" link.
For these particular product, i will to find a way to hide that "buy now" if the product in call for price or sold out.
In regards to my One Page Checkout display issue on desktop, I belive I find the issue.
It has something to do with this code in zcustom.css
Code:
@media (min-width: 992px) {
line 3892
Code:
#contentMainWrapper {
display: grid;
grid-template-columns: auto 1fr auto;
}
Is it necessary for the template to work?
It displays fine if I set it to
Code:
grid-template-columns:100%
or
Code:
grid-template-columns:auto
However, I have no idea if it is safe or if it would create issues somewhere else or under other viewport
Thanks for the help