thirdeyegyps Posted May 25, 2021 Share Posted May 25, 2021 (edited) 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 Edited May 25, 2021 by thirdeyegyps Link to comment
tuanphan Posted May 26, 2021 Share 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; } } thirdeyegyps 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
thirdeyegyps Posted May 26, 2021 Author Share 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. 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