Hi, would it be possible to make this gap the same size as the one on the right on the mobile page? Thank you in advance!
Theme DAWN
Store https://timecraft.se
Hi, would it be possible to make this gap the same size as the one on the right on the mobile page? Thank you in advance!
Theme DAWN
Store https://timecraft.se
Hi @edwinsoltan
Try this one.
@media screen and (max-width: 749px) {
.collection .grid--peek.slider .grid__item:first-of-type {
margin-left: 4px;
}
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
thank you!