hi All
I need your help please
I am using the Dawn Theme and on the homepage iam adding my collections and they are 4 , but they only appear as a grid and i want to display them all in 1 row .
Any idea how ?
Regards
Solved! Go to the solution
This is an accepted solution.
Please try this code 1. Go to Online Store->Theme->Edit code 2. Asset->/section-collection-list.css-->paste below code at the bottom of the file.
@media screen and (min-width: 750px){
.collection-list--4-items .grid__item {
width: 25% !important;
}
}
Hope this work!
Thanks!
This is an accepted solution.
Please try this code 1. Go to Online Store->Theme->Edit code 2. Asset->/section-collection-list.css-->paste below code at the bottom of the file.
@media screen and (min-width: 750px){
.collection-list--4-items .grid__item {
width: 25% !important;
}
}
Hope this work!
Thanks!
Thanks! welcome again.
User | RANK |
---|---|
210 | |
54 | |
50 | |
27 | |
22 |