AliceDeGaetani Posted December 12, 2020 Share Posted December 12, 2020 Site URL: https://www.alicedegaetani.com/libri-minimalismo-intenzionalita Good morning! I'd love to know how to force the summary to show two columns on mobile rather that just one. https://www.alicedegaetani.com/libri-minimalismo-intenzionalita Thank you! Link to comment
tuanphan Posted December 13, 2020 Share Posted December 13, 2020 Add to Page Settings > Advanced > Header <style> @media screen and (max-width:640px) { .summary-item-list { display: grid; grid-template-columns: repeat(2,1fr); grid-column-gap: 10px; } .summary-item-list img { width: 100% !important; height: auto !important; top: 0 !important; left: 0 !important; } } </style> 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!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.