Hi Experts, In the product detail page, see the image I cut from my shop, the white space between Rating Stars and Price is too much, How can I change size of it ? I try to find some element with big padding or margin, but did Not find right ones, Anyone has ideas ?
Hey Leo,
Please include the url to the page in question so we can take a closer look.
Best regards,
Mike
Hi,
The product rating is causing the gap, try this code in the General Styling > Quick CSS field:
.entry-summary .woocommerce-product-rating {
top: 0px!important; }
Best regards,
Mike
Thanks Mike, I tried, The code looks just move down the stars, but the size of the gap is Not changed, Is there a way to make the gap smaller?
Hi Leo,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.entry-summary .woocommerce-product-rating {
top: 0;
line-height: 18px;
}
If you need further assistance please let us know.
Best regards,
Victoria