Soheil Posted October 31, 2020 Share Posted October 31, 2020 (edited) 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?! Edited October 31, 2020 by Soheil 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Soheil Posted November 1, 2020 Author Share Posted November 1, 2020 Thank you @tuanphan. It worked 😊 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment