mollymc Posted February 1 Posted February 1 I'm trying and failing to get the gallery of three square images to show as 3 across on mobile. Any help would be greatly appreciated!
tuanphan Posted February 4 Posted February 4 You can use this CSS code @media screen and (max-width:767px) { [data-section-id="65bba9e03ca5fa0524316b43"] .gallery-grid-wrapper { grid-template-columns: repeat(3,1fr) !important; } } 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