Dpellegrino Posted July 20, 2022 Share Posted July 20, 2022 Site URL: http://www.darrenpellegrino.com/landscape Hi, On the 7.0 Tremont template galleries with the horizontal option you are limited to 2 images per row or 2 columns. Does anyone know the custom css to change it to 3 or 4 images per row or 3 or 4 columns? Thanks Link to comment
tuanphan Posted July 21, 2022 Share Posted July 21, 2022 3/4 images with same width or which desired width? 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
Dpellegrino Posted July 21, 2022 Author Share Posted July 21, 2022 I would like the images to fill the screen as they do now but with 3 or 4 columns instead of 2. Darren Link to comment
tuanphan Posted July 22, 2022 Share Posted July 22, 2022 Try adding to Design > Custom CSS @media screen and (min-width:901px) { .collection-type-gallery .grid-item-wrapper { width: 100% !important; position: static !important; } .collection-type-gallery .grid-wrapper { height: auto !important; display: grid !important; grid-template-columns: repeat(4,1fr); } } 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