Hi there,
Is there a way I could add some codes to my theme file to align the reviews and prices?
Thanks for your help!
Website: www.neuve.com.au
Kind regards,
Olivia
Hi there,
Is there a way I could add some codes to my theme file to align the reviews and prices?
Thanks for your help!
Website: www.neuve.com.au
Kind regards,
Olivia
Hello There,
@media screen and (max-width:480px){
div#shopify-section-collection ul.grid li.grid__item {
margin-bottom: 10px;
}
div#shopify-section-collection ul.grid li.grid__item .grid-view-item {
margin-bottom: 10px;
}
div#shopify-section-collection ul.grid li.grid__item .grid-view-item .h4.grid-view-item__title {
min-height: 41px;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 2;
display: -webkit-box;
-webkit-box-orient: vertical;
}
}