Hi, does anyone know how to remove the extra space or the grid? it makes my product title goes to the next line and the layout looks uneven now. Refer to second image for the ideal neat layout without the grid. thanks!
kindly Share your Store URL.
url: elita.com.sg
password: clewth
hello @elitaco
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
@media screen and (max-width: 729px){
.collection-template .card__info{
padding: 22px 0 !important;
}
}
1 Like

