londonumlungu Posted August 27, 2020 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
tuanphan Posted August 27, 2020 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; } } 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!)
londonumlungu Posted August 28, 2020 Author Posted August 28, 2020 @tuanphan you're a legend, it worked perfectly! Thank you so much Dave
Recommended Posts
Archived
This topic is now archived and is closed to further replies.