Home Forums WoodMart support forum Rating on product grid displayed on left

Rating on product grid displayed on left

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #517203

    John
    Participant

    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!

    #517288

    Bogdan Donovan
    Keymaster

    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

Viewing 2 posts - 1 through 2 (of 2 total)