Is is possible to present the collections in two-columns on mobile? Its kinda with two column bot one product remains alone on top
Solved! Go to the solution
This is an accepted solution.
Thanks for post
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
@media only screen and (max-width: 589px) {
.grid-overflow-wrapper .grid__item:first-child {
margin-left: 0;
}
}
After code view
Thanks do you mean like this?
Thanks for it
@media only screen and (max-width: 589px) {
#CollectionSection-160967259129561232 .grid-overflow-wrapper .grid {
margin-left: -22px !important;
}
#CollectionSection-160967259129561232 .small--one-half {
width: 50%;
flex: 50%;
}
}
User | Count |
---|---|
396 | |
204 | |
129 | |
46 | |
42 |