londonumlungu Posted August 27, 2020 Share Posted August 27, 2020 Site URL: http://lckdn20.com/ Hi there, I have created a gallery, which displays images in a 3x3 format for desktop. That all looks great. However, when viewing in mobile, the images display 2 per row. What I'd like, is one image per row, so that they are a lot larger and ,ore appealing. Please help, thanks Dave Link to comment
tuanphan Posted August 27, 2020 Share Posted August 27, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:767px) { .homepage .gallery-grid-wrapper { grid-template-columns: repeat(1,1fr) !important; } } londonumlungu 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
londonumlungu Posted August 28, 2020 Author Share Posted August 28, 2020 @tuanphan you're a legend, it worked perfectly! Thank you so much Dave 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