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> AliceDeGaetani 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment