Ptphotography Posted August 5, 2020 Posted August 5, 2020 Hello everyone, At the moment, I have 4 columns, can anyone please help with the code to make the columns in my portfolio 5? https://www.ptphotography.com Thank you in adcance!
tuanphan Posted August 5, 2020 Posted August 5, 2020 Add to Home > Design > Custom CSS @media screen and (min-width:768px) { div#gridThumbs { grid-template-columns: repeat(5,minmax(0,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
Archived
This topic is now archived and is closed to further replies.