thirdeyegyps Posted May 25, 2021 Posted May 25, 2021 Site URL: https://alexandrahall.squarespace.com Hi all, I currently have a couple columns on my website on the "Flower" page. However, when i view it in mobile, all of the columns look crooked and mismatched (I attached a photo for reference). Any idea how to make the column an actual column on the mobile version rather than a stacked mess. The columns are on the "Flower" tab. Password: brineintopedro
tuanphan Posted May 26, 2021 Posted May 26, 2021 Hi. Add to Design > Custom CSS /* fix flowers mobile */ @media screen and (max-width:767px) { div#grid-col { grid-template-columns: repeat(2,1fr) !important; grid-column-gap: 10px; } .cell { padding: 5px !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!)
thirdeyegyps Posted May 26, 2021 Author Posted May 26, 2021 5 hours ago, tuanphan said: Hi. Add to Design > Custom CSS /* fix flowers mobile */ @media screen and (max-width:767px) { div#grid-col { grid-template-columns: repeat(2,1fr) !important; grid-column-gap: 10px; } .cell { padding: 5px !important; } } Tuanphan. You rock.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.