-
Posts
47 -
Joined
-
Last visited
Community Answers
-
Goood_Studio's post in Show adjacent items for Auto-layout carousel on mobile was marked as the answer
For anyone that is interested..
Here's what worked for me. Code was pasted in the site Header:
<style>
@media screen and (max-width:767px) {
.user-items-list-item-container[data-section-id="639c679e8b229b37d4607eed"] ul {
grid-template-columns: repeat(2,1fr) !Important; margin-left:29% !important;
}
}
</style>
Thanks @nickehsmith for the missing bit