hi
I made front page with Home seven: shop.
i checked mobile using my iphone 6
problem is mobile product list of frontpage/and shop page products list is not align
so i try to find solution in forum and i found this css
@media only screen and (max-width: 767px) {.home-slider-wrap {
display: none;
}
}
@media only screen and (min-width: 480px) {
li .product-details {
height: 46px;
overflow: hidden;
text-overflow: ellipsis;
}
}
cutom css and i apply it.
so now i can see corecctly align in shop page product list
but still in frontpage products list is not align
please teach me how to .. im just beginer..
Attachments:
You must be
logged in to view attached files.