Woocommerce product widget issue on mobile devices
-
Hi folks,
I added a woocommerce products widget at my website’s homepage : https://www.surgimedex.inat first the products were coming as vertical and i used following custom css to make it horizontal.it now looks ok on PC but when i tried it on a android smartphone i noticed an issue. The price text is overlapping with the product name. What can i do to fix this issue ?
using this css i found from another thread here:
.product_list_widget li {
box-sizing: border-box;
float: left;
margin-bottom: 35px;
width: 22.3%;
}but i had to use following css as well to make the prices come in line on the homepage.
.product_list_widget li a span {
height: 60px;
display: block;
}
I am happy with the look of the products widget on desktop, only mobile browsers are cause of concern.
Hope to hear from you guys soon…
- The topic ‘Woocommerce product widget issue on mobile devices’ is closed to new replies.