Rating on product grid displayed on left
-
Hello,
After the last update, the ratings stars are displayed on left, not on center. https://imgur.com/a/wghRvsU
Can you help me with this?
Waiting for your reply,
Thank you!
Hi,
By default, “Full width button” product hover has left alignment for its content (demo page https://woodmart.xtemos.com/shop/?opt=full_width_button), but alignment on your site seems to be changed to center by custom CSS code. If you also want to change the alignment of star rating to center, try to add the following code snippet to the Custom CSS area in Theme Settings:
.product-grid-item.wd-hover-fw-button .star-rating {
align-self: center;
}
Kind Regards