HELP! QT selecter and check-out button is not working

Hi,

I changed the placement of my QT selector to be next to the add to cart button. Which works fine under the products.

However I just discovered that it has effected my card and now it is not possible to go to check-out on mobile. See attached. How can I get these two buttons to be next to each other?

Any ideas on how to fix this?

Thank you! :slightly_smiling_face:

www.linierelingerie.com

Password - xef84eju (the site is currently password protected)

You shouldn’t change the position this way. A more appropriate way is to delete the CSS style you added first.
Then find the code for the quantity selector and the purchase button, add a div outside them, and set display:flex; on this added div. However, in this theme, because they are different blocks, the purchase button block needs to be merged into the quantity selector block before adding it.

If you follow your current method, you can replace the class name of the added style
.button–full-width{…} with .product-form__submit{…}

Hi,

Thank you for your answer, can you explain a bit more? I am not super good at coding.

First i want to follow the current method and see if it can help but you are right I should have done it different from the start.

Can you explain a bit further were in the code i can replace the class name?

Furthermore I am not sure where to find the code i added in the first place to change the positioning of the buttons - maybe you can also help with this?

I am sorry for all the questions. Thank you in advance. :slightly_smiling_face: