The issue is on ipad and tablet view port, its working perfect on desktop, laptop and mobile. The solution to make it responsive also for tablet and ipad are below.
Go to online store
Edit code
Open base.css File
add the following code @media screen and (min-width: 750px) {
.grid–1-col .grid__item {min-width: 100% !important}
}