Soheil Posted October 31, 2020 Share Posted October 31, 2020 Site URL: https://www.lachak.ca @tuanphan I tried theses codes (i.e., those you recommended people using) to make to columns of products in each row of my products page; however, it did not change anything. Do I need to customize the codes based on my website elements or just copy and paste those codes?! Link to comment
tuanphan Posted October 31, 2020 Share Posted October 31, 2020 Add to Home > Design > Custom CSS /* shop mobile 2 columns */ @media screen and (max-width:767px) { .list-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); grid-column-gap: 5px; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Soheil Posted November 1, 2020 Author Share Posted November 1, 2020 Thank you @tuanphan. It worked 😊 Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.