Hi,
Is it possible to display the star rating for each item in the list on the mobile version? As on the desktop version.
And the posting of reviews on mobile is bad, what is the problem ?
Thank you
Hello,
Please add this code in style.css file of your child theme:
@media (max-width: 480px) {
.slide-item .product .star-rating, .products-grid .product .star-rating, .products-page-cats {
display: block;
}
.single-product #reviews .comment_container {
border: none;
}
.single-product .comment_container .description {
margin-top: 10px;
}
.single-product .comment_container .adsw-gallery {
padding-left: 0px;
}
}
Regards
Hello,
Please change the previous code to:
@media (max-width: 480px) {
.slide-item .product .star-rating, .products-grid .product .star-rating, .products-page-cats {
display: block;
}
.single-product #reviews .comment_container {
border: none;
}
.single-product .comment_container .description {
margin-top: 10px;
}
.single-product .comment_container .adsw-gallery {
padding-left: 0px;
}
.single-product #reviews ol.commentlist li {
float: left;
margin-top: 15px;
}
}
Regards
You’re welcome!
Regards
Hello,
@media (max-width: 480px){
.sidebar-position-without .products-grid.product-count-4 .product:nth-child(n) {
width: 50%;
}
}
Regards
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.
The message was successfully sent
Your shopping cart is empty
You may extend support period on ThemeForest and then update its status by clicking "Update" button in your Account area.
Purchase code | Expiration date |
---|---|
817e8a3b-18c8-492c-8ba6-9188c27b0995 | 05 Jan 2017 |