Hi,
When using mobile phone browse our product list page.
The product content looks like below:
Screenshot:
http://nimb.ws/Yngt6A
http://nimb.ws/ScMz0H
How to let the each product content on the bottom of product image? not on the right side of image.
Our product list URL for testing:
Thanks!
Hey HeeHA,
Please check the link, it is not working for me. Are you blocking locations?
Best regards,
Victoria
Hi HeeHA,
Can you disable caching and minification for now?
Best regards,
Victoria
Hi,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 479px) {
.av-catalogue-column .av-catalogue-list .av-catalogue-image {
width: 90vw !important;
}
.av-catalogue-item-inner {
float: left;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi,Victoria
Looks great.
Thank you!