How can I position quantity next to size on my webpage?

How can I position quantity next to size on my webpage?

Louver
Tourist
18 0 2

Hi! As you can see in the picture, size (grootte) is now on top of quantity and i would like them to be next to each other to save space. Is there any way this is possible?

 

Thanks in advance!

Scherm­afbeelding 2023-12-28 om 12.42.38.png

Replies 2 (2)

BSS-Commerce
Shopify Partner
3477 463 551

Hi @Louver ,

- There are many ways you can use CSS, or JS to move button quantity next to button-size
- I will guide you on how to use CSS:
+ First, go to edit Code in the theme in admin. Next, find the liquid file that displays the product page
+ Next, find the code with button quantity and button size wrapped in 2 tags equal to 1 div tag
+ Then change the CSS of the button quantity and button size tags to display: inline
=> If you don't know, please give me access to your admin and I can adjust it for you

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
Louver
Tourist
18 0 2

I understand what to do but I can't find the right piece of code, can you help me out?