Hi,
I’m trying to fix the layout of the mobile site for the products/shop/woocommerce page.
The products seem to be out of line.
I have added some custom CSS ive found on the support page, they have slightly helped but haven’t fixed the problem.
Im trying to make all the products aligned and properly displayed in an organised fashion.
Custom CSS i have added:
@media only screen and (min-width: 480px) {
li .product-details {
height: 45px;
overflow: hidden;
text-overflow: ellipsis;
}
@media only screen and (max-width: 479px) {
.woocommerce-count-wrap{display:none;}
.woocommerce-ordering{display:none;}
ul.products{border-top:0px;}
}
Screenshot also attached.
Thanks.
Attachments:
You must be
logged in to view attached files.