Title: Price/Rating
Last modified: February 22, 2020

---

# Price/Rating

 *  [lancarlos](https://wordpress.org/support/users/lancarlos/)
 * (@lancarlos)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/price-rating/)
 * I would like to know if I can make the stars(rating) of the product page appear
   above the description, in the case between the product photo and the description.
   
   When I go to customize/WooCommerce/Archives I see that you have the option to
   order, but unfortunately the price and rating are together in the same menu (
   Price/Rating), it would be perfect if they were separated because I want to leave
   the price where it is and just move the stars.
 * I added a code that I saw on this forum in the CSS to separate them from the 
   price, but if I try to change the position within that same code when the resolution
   changes the stars are completely misaligned.
 *     ```
       .woocommerce ul.products li.product.has-rating li.inner .star-rating, .woocommerce ul.products li.product.has-rating .product-inner:hover .inner .price {
           -moz-opacity: 1;
           -webkit-opacity: 1;
           opacity: 1;
           visibility: visible;
       }
       .woocommerce ul.products li.product.has-rating li.inner .star-rating {
           position: relative;
           top: auto;
           margin-top: 6px;
           width: 80px;
       }
       ```
   
    -  This topic was modified 6 years, 4 months ago by [lancarlos](https://wordpress.org/support/users/lancarlos/).

Viewing 1 replies (of 1 total)

 *  [Amit Singh](https://wordpress.org/support/users/apprimit/)
 * (@apprimit)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/price-rating/#post-12471829)
 * Hello,
 * Can you kindly share the site link so that I can check it?

Viewing 1 replies (of 1 total)

The topic ‘Price/Rating’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/oceanwp/4.2.1/screenshot.png)
 * OceanWP
 * [Support Threads](https://wordpress.org/support/theme/oceanwp/)
 * [Active Topics](https://wordpress.org/support/theme/oceanwp/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/oceanwp/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/oceanwp/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Amit Singh](https://wordpress.org/support/users/apprimit/)
 * Last activity: [6 years, 4 months ago](https://wordpress.org/support/topic/price-rating/#post-12471829)
 * Status: not resolved