Hi there community! im building my cart page, and i have some issue, here is cart page:
and this is what i want to left:
in advance, thanks so much for everyone!
Solved! Go to the solution
Add the following code to your theme.scss.css file:
@media only screen and (min-width: 750px)
{
.cart__cell--quantity {
width: 50%;
}
}
That should do it! Let me know if you have other questions
Thanks for your time @JHKCreate but its not showing correctly right now, the unique is showing correct is price column. Again thanks in advance!!
OK try the following now:
@media only screen and (min-width: 750px)
{
.cart__cell--quantity .js-qty {
margin: 0px 130px;
}
.cart-table td{
padding: 0px;
}
.cart__cell--image {
width: -webkit-fill-available;
}
}
Let me know!
This is an accepted solution.
@JHKCreate sir, i made some changes, and im so close to get it!
#cart_cell_quantity_style {
padding-right: 20rem;
}
@media only screen and (min-width: 750px) {
.cart__cell--quantity {
width: 40%;
}
}
User | Count |
---|---|
545 | |
209 | |
125 | |
79 | |
43 |