We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Make price and reviews show inline

Make price and reviews show inline

kirsten11123
Shopify Partner
71 0 20

Hello, I'd like the price and review stars to show on the same line (price first) on both desktop and mobile. What code do I need to achieve this? Thanks!

 

https://epvaujwzri1dz8cj-86278439194.shopifypreview.com

Replies 5 (5)

The_ScriptFlow
Trailblazer
201 17 26

Hey @kirsten11123.,

In order to show the review and price in one line then you need to combine the pricing and Review Star in one Block.

Like this.

<div class="custom_review_prcie">
Price Block Coding here.
Review Block Coding Here.
</div>

After that you need to apply the Css to that.

<style>
.custom_review_prcie {
  display: flex;
  gap: 10px;
}
</style>

You can find these Blocks in product.liquid file.

If you need help to implementing these then please share the collab code in the p/m.

Thanks

- Need a Shopify Specialist? Chat on WhatsApp Or Email at info@thescriptflow.com
- For any custom section queries, bug fixing please visit: Level 2 Fiverr Profile
- Buy Me a Coffee? Nah… Let’s Upgrade to a Car
- If my solution was helpful, mark it as a solution and hit the like button!
kirsten11123
Shopify Partner
71 0 20

That's great @The_ScriptFlow , thank you! 

Can you see if you can work out how to get the price centered to the stars? I tried but failed!

Dan-From-Ryviu
Shopify Partner
12073 2359 2539

Hi @kirsten11123 

Please add this code to the bottom of your theme.css file. 

.product__block--price,
.product__block:has(.okeReviews) { display: inline-flex; }
.product__block:has(.okeReviews) { margin-left: 12px }

Screenshot 2025-06-24 at 14.41.52.png

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

topnewyork
Astronaut
1552 192 253

Hi @kirsten11123,


1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.

.product__block.product__block--price {
    margin-top: 3px !important;
}


Thanks!

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month

Sayed_Safin
Shopify Partner
101 1 2

Hi @kirsten11123 ,
To get the price centered to the stars, please follow the steps -
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.

.custom_review_price .product__block.product__block--price{
    margin: 0 !important;
    padding: 4px !important;
}

Thanks!

- Need a Shopify Specialist? Visit Here



- Custom Design | Advanced Coding | Store Migration | Custom Schema and app Integration


- Conversion Rate Optimization | AB Test Development