BVernes Posted June 17, 2021 Share Posted June 17, 2021 Site URL: https://www.onemantra.at/shop Hello there, I would like to make the "menu" section which is in a gallery form to be three columns but it doesn't work. I tried different codes and everything nothing worked, can anybody help? Link to comment
tuanphan Posted June 18, 2021 Share Posted June 18, 2021 17 hours ago, BVernes said: Site URL: https://www.onemantra.at/shop Hello there, I would like to make the "menu" section which is in a gallery form to be three columns but it doesn't work. I tried different codes and everything nothing worked, can anybody help? Add to Design > Custom CSS /* Shop products 3 columns */ @media screen and (max-width:767px) { .products.collection-content-wrapper .list-grid { display: grid; grid-template-columns: repeat(3,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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment