Hello @tuanphan, Im sure youre tired of the same question but Im also having trouble reading your code on youtube and honestly having a hard time figuring out the elements in my page to add the css. Id like two columns in all three pages of my shop folder instead of the one column. Can you or anyone please help thank you! password to view website is jogajh89
Hey this should work for you
@media all and (max-width: 767px){
.products.collection-content-wrapper .list-grid{
display: flex;
flex-wrap: wrap;
.grid-item{
width: calc(~'50% - 2
Question
Quin 1
Site URL: http://www.intotheblackpines.com
Hello @tuanphan, Im sure youre tired of the same question but Im also having trouble reading your code on youtube and honestly having a hard time figuring out the elements in my page to add the css. Id like two columns in all three pages of my shop folder instead of the one column. Can you or anyone please help thank you! password to view website is jogajh89
Link to post
Top Posters For This Question
2
1
Popular Days
May 2
3
Top Posters For This Question
Quin 2 posts
JoeCory 1 post
Popular Days
May 2 2020
3 posts
Popular Posts
JoeCory
Hey this should work for you @media all and (max-width: 767px){ .products.collection-content-wrapper .list-grid{ display: flex; flex-wrap: wrap; .grid-item{ width: calc(~'50% - 2
Posted Images
2 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment