Hi,
Would really appreciate some help getting the add to cart button side by side with quantity selector on Mobile view.
This is how it currently looks: (pawcopets.co.uk/calmingbed)
This is what I would like:
Would appreciate any help, if it needs extensive code I would consider paying.
Thanks
1 Like
@thomasmrgn99
yes, please try this code
- Go to Online Store->Theme->Edit code
- Asset->/pre_theme.min.css ->paste below code at the bottom of the file.
button.single_add_to_cart_button.button.truncate.js_frm_cart.w__100.mt__20.order-4 {
width: calc(100% - 130px);
margin-top: 0px;
}
1 Like
@KetanKumar Amazing you’re such a ledge! Thanks!