melody495 Posted October 29 Share Posted October 29 (edited) Hi, I've created an events page using text blocks and line blocks, got it to how I want it to look on Desktop, but on mobile the layout is messy. What's the best thing to do so I can have on desktop, Name = left aligned, Location = centre, Date = right aligned, mobile, all left aligned and stacked Looking for a non-code solution if possible. Any suggestions much appreciated, thanks! https://tuatara-cello-3kr6.squarespace.com/fairs password: wpGNeG9jZ5diGiM Edited October 29 by melody495 -------- > 👆 <---------- Please quote or @ me when replying, or I won't get a notification 🙋♀️Techy SquareSpace Developer for all your customisation needs #CSS #html #javascript ✉️ Email me 💻Soft launch https://www.melodylee.tech/ A software developer in an artist body that knows how marketing works. UK based, work globally #neverstoplearning ☕ I like coffee 😊 Link to comment
Solution melody495 Posted October 29 Author Solution Share Posted October 29 Ok, after some searching... I effectively want a table, but didn't realise it is already a hot topic! e.g. no built-in solution for table in SquareSpace. More here But my design is very simple, so I did a simple code work-around // left align all text blocks on mobile view @media screen and (max-width:640px) { section[data-section-id="652020b622bd57024793ce92"] .sqs-html-content p{ text-align: left !important; } } I can keep the editing native and works on mobile too, problem solved! EarvinChong and GuidingBrands 2 -------- > 👆 <---------- Please quote or @ me when replying, or I won't get a notification 🙋♀️Techy SquareSpace Developer for all your customisation needs #CSS #html #javascript ✉️ Email me 💻Soft launch https://www.melodylee.tech/ A software developer in an artist body that knows how marketing works. UK based, work globally #neverstoplearning ☕ I like coffee 😊 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