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.

SignUp Now!

Recent content by missleattak

  1. M

    flex-wrap not working on Squarespace site

    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...
  2. M

    flex-wrap not working on Squarespace site

    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...
Back
Top Bottom