kwerling Posted August 27 Posted August 27 I'm using the 7.0 Flatiron template. A gallery page I made years ago is no longer displaying the images as a grid, just as a giant stack now. When I click "edit" on the page, nothing happens. How can I get the images on this page to display as a grid again? https://www.kwerling.com/art-direction pw: photography
tuanphan Posted September 3 Posted September 3 You try this to Website Tools > Custom CSS @media screen and (min-width:901px) { .gallery { display: grid !important; grid-template-columns: repeat(4,1fr) !important; grid-gap: 10px 10px; } } 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment