Hello Group!
I just installed Hotcakes, added some products and the product grid doesn't appear to render correctly on mobile. I'm using the built-in Xcillion skin.
I'm unable to upload an image to demonstrate the issue but it looks like it's using col-xs-3 when it should be using col-xs-6.
When I remove the inline styles below using Firefox's Developer Tools, it appears correctly.
<div class="col-xs-6 col-md-4 hc-product-card" style="position: absolute; left: 0%; top: 0px;">...<div>
<div class="col-xs-6 col-md-4 hc-product-card" style="position: absolute; left: 33.3334%; top: 0px;">...<div>
<div class="col-xs-6 col-md-4 hc-product-card" style="position: absolute; left: 66.6667%; top: 0px;">...<div>
<div class="col-xs-6 col-md-4 hc-product-card" style="position: absolute; left: 0%; top: 460.567px;">...<div>
<div class="col-xs-6 col-md-4 hc-product-card" style="position: absolute; left: 33.3334%; top: 460.567px;">...<div>
<div class="col-xs-6 col-md-4 hc-product-card" style="position: absolute; left: 66.6667%; top: 460.567px;">...<div>
<div class="col-xs-6 col-md-4 hc-product-card" style="position: absolute; left: 0%; top: 921.134px;">...<div>
<div class="col-xs-6 col-md-4 hc-product-card" style="position: absolute; left: 33.3334%; top: 921.134px;">...<div>
<div class="col-xs-6 col-md-4 hc-product-card" style="position: absolute; left: 66.6667%; top: 921.134px;">...<div>
Where do I go to fix this issue?
Thanks,
Andy