• Resolved jyoti

    (@jyoti1998)


    How to change the place of star rating along with review count to the side of the brand?

    currently, star rating along with review count is displayed after the brand & before the price section but I want to review & star rating displayed with the brand name.

    Please assist me with that.

    Thanks in advance.

    • This topic was modified 2 years, 10 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Everything else WordPress topic

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @jyoti1998

    Please add the following CSS in that your CSS file.

    .wb-posted_in {
    
        float: left;
        width: auto;
    }
    .woocommerce-product-rating {
    
        display: inline-block;
        margin: 4px 0 0 4px;
        
    }

    after added above css in your css file review & star rating displayed with the brand name like this screenshot

    Thanks

    Thread Starter jyoti

    (@jyoti1998)

    Thanks for the help it’s work

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change the place of star rating along with review count to the side of th’ is closed to new replies.