Home Forums WoodMart support forum Bug List on Mobile View Reply To: Bug List on Mobile View

#383153

Hello,

1. Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

.commentlist .star-rating {
margin-top: -25px;
}

3. Please replace the previous Custom CSS with the following then check back.

.product-list-item {
background: #f3f3f3;
padding-top: 25px;
border-bottom: 1px solid #cecece;
}

Best Regards