Hi
I am using the product grid on the front page of an online shop site (also using woo commerce) However on tablets/ipad the images are squashed…they’re ok on phones as I set mobile behaviour on the grid row settings to Default. I’ve tried changing responsive settings in the Theme options/general layout but still stays the same.
Many thanks
Anji
Hey AnjiG!
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 1024px) {
.home .shop_columns_3 .products .product {
width: 100% !important;
}
}
Best regards,
Rikard
Hi Rikard
Thanks so much, it works perfectly. Just a couple of questions re responsive on tablets. In portrait the checkout button in the sidebar is cut off (only noticed it yesterday)…see screenshot. Also the cart icon is hidden behind the menu icon at the top (see same image)…how do I fix this?
As always fab support and much appreciated.
Anji
Hey!
I checked the shop page and the cart buttons are fixed. Looks like you managed to adjust the css.
Best regards,
Ismael
Hi Ismael
Thanks, yes I did but there was just one glitch where the cart sat oddly on tablet landscape view but just sorted it out.
So thanks for all your help. This can now be closed
Anji