Hi Guys,
I have just applied the following code from the community which worked perfectly on desktop view, but unfortunately made a big me in mobile view.
.grid__item–collection-template form{
display:flex;
justify-content: space-between;
padding: 0 15px 15px;
}
body.template-collection li.grid__item–collection-template .grid-view-item #quantity{
max-width:90px;
margin:0;
}
body.template-collection li.grid__item–collection-template .grid-view-item > a{
z-index: -1;
}
Thank you
