This topic has 9 replies, 3 voices, and was last updated 9 years, 9 months ago ago by Brian Johnson
Hi,
I would like to have a blank space of the same size as the stars on the thumbnail page when the product has no rating.
That way my prices and “SELECT OPTIONS” box will be always on the same level even when some products on the line has and hasn’t review.
Thanks.
Hello,
Please provide us with wp-admin and FTP credentials in Private Content.
Regards,
Robert Hall.
Here’s the credentials.
Any updates on this case?
Thanks.
Hello
Please clarify your request with more details of what you would like to achive. Maybe provide us with screenshot.
With best regards
Brian Johnson
We want it to look like the green box and not the red box.
Hello
You may try to put this code into the style.css of the child theme:
.product-details .price{margin-top:40px !important;}
.product-details .star-rating{
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
transform: translateX(-50%);
}
With best regards
Brian Johnson
Works perfect with this code and the one I got by email (not sure why it’s not displaying it all here tough)
Thanks.
You are welcome.
We would very much appreciate if you leave a comment and rating for our theme on themeforest.
With best regards
Brian Johnson
Tagged: no rating, product, star rating, themes, woocommerce, wordpress
The issue related to '‘Star Rating Space when no rating for product’' has been successfully resolved, and the topic is now closed for further responses