Hello!
I am trying to have my product collections show up as a grid in mobile view just how it does in desktop view.
Hello!
I am trying to have my product collections show up as a grid in mobile view just how it does in desktop view.
Yes exactly!!!
It’s locked to visitors since it’s a wholesale website. I can set up a test account for you if you give me your email address?
I sent an invite to the website to the email address you provided! I didn’t realize it was there at first. You’ll have to create an account there to access it!
thanks but i haven’t received any email please just sent preview URL no login
The URL is https://wholesale.lotusenergydrinks.com/ but you wouldn’t be able to view anything unless logged in… I resent an invite!
yes please try this code
@media screen and (max-width: 767px) {
.product-grid .indiv-product-wrapper {
flex: 0 0 50%;
max-width: 50%;
}
}