Home › Forums › Support › Related Products woocommerce area re-size for phones › Reply To: Related Products woocommerce area re-size for phones
March 15, 2016 at 11:56 pm
#179637
Lead Developer
Lead Developer
Give this CSS a try:
@media (max-width: 768px) {
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
width: 100%;
}
}