Calixto Posted November 25, 2021 Share Posted November 25, 2021 Site URL: https://www.calixtedavis.com Hi, So i've been trying to figure this out but can't for the life of me and it's so frustrating! Currently, i have Simple Grid Gallery on my Homepage https://www.calixtedavis.com Ideally i'd have maybe 4 columns and 3 rows but when I change the number of columns to 4 the images become huge and I don't see any way to make then smaller in the edit options! I would basically want the images to stay the size that they currently are, but with only 4 columns. Any help would be much appreciated - thanks! Link to comment
tuanphan Posted November 28, 2021 Share Posted November 28, 2021 Add to Design > Custom CSS @media screen and (min-width:992px) { body.homepage { .gallery-grid-wrapper { grid-template-columns: repeat(4,1fr) !important; } .gallery-grid.gallery-grid--layout-grid { padding-left: 20vw; padding-right: 20vw; } } } Calixto 1 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
Calixto Posted November 29, 2021 Author Share Posted November 29, 2021 On 11/28/2021 at 7:14 AM, tuanphan said: Add to Design > Custom CSS @media screen and (min-width:992px) { body.homepage { .gallery-grid-wrapper { grid-template-columns: repeat(4,1fr) !important; } .gallery-grid.gallery-grid--layout-grid { padding-left: 20vw; padding-right: 20vw; } } } Thank you so much! 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