Hello guys someone know how to move the add to cart button next to the quantity button https://prnt.sc/ucvyly
Theme: Broadcast
anchorn.eu
flewng
Best regards,
Luka
Solved! Go to the solution
This is an accepted solution.
Hello LukaL,
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid
@media only screen and (min-width: 750px){
.product__form .product__submit {
display: inline-block;
}
.product__form .btn.add-js.product__submit__add {
margin-bottom: 0px;
}
}
User | Count |
---|---|
23 | |
19 | |
18 | |
17 | |
16 |