Hi, how do i maximise the width of product card size to fit the screen? under featured collection at home page
url: elita.com.sg
password: clewth
Hi, how do i maximise the width of product card size to fit the screen? under featured collection at home page
url: elita.com.sg
password: clewth
ii, @elitaco
paste this code on top of the theme.scss file.
@media only screen and (min-width: 992px) {
.card-list.grid {
width: 144% !important;
margin-left: -23% !important;
}
}
Thank You.
thanks!