Align Price to Left and put "Quantity" and number selector on same line

I want the price aligned to the left and the “Quantity” and the number on the same line. Can you help? Thanks!

1 Like

@brian2021

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Hi @brian2021 ,

Please follow the steps below:

  • Step 1: Go to sections/main-product.liquid, find “when ‘quantity_selector’” and remove code:

  • Step 2: Find “when ‘price’” and change code:

Code:


              

                {%- render 'price', product: product, use_variant: true, show_badges: true, price_class: 'price--large' -%}
              

              
                

                
              

            

Hope it helps!

May i ask you if i can do this things on my site too?

i’m using sense 2.0 but the code part is different from the one you have written.

I would like to have

on the left quantity picker on the right the price

Thanks if u can