Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Welcome to Code Forum!
Join a community that supports you and your coding journey from day one. We strive to be a friendly, supportive community that empowers everyone to be better developers. By registering with us, you'll be able to discuss, share and private message with other members of our community.
I contacted squarespace and they said that since it is third party code all they can recommend is that I get rid of it.
Here is a link to my website: www.midhavenfurniture.ca/available
/* 2 Column Product Grid */
@media only screen and (max-width:768px)
{
.products .list-grid {
display: flex...
This code was working for the last year until it wasn't a few days ago. I hadn't changed anything on my site and I can't get it to work again. I want the products on my website to be in rows/columns of 2 while on mobile. Currently they are all pushed to the left. I can't figure out why it isn't...