amalchandaria Posted June 18, 2022 Share Posted June 18, 2022 Site URL: https://www.amalchandaria.com/#/summer-delivered/ Hi there, I recently laid out some portfolio pages on my website, but realized that on mobile, the text columns were not ordering correctly. On desktop, I have the project title and description to the left, and the credits to the right (first screenshot). However on mobile, the title/description column is stacking on top of the credits column (second screenshot). I would like this to be opposite (ie. the credits column is first, followed by the title/description). Any ideas on how to do this? Thank you! Link to comment
tuanphan Posted June 18, 2022 Share Posted June 18, 2022 Add to Design > Custom CSS @media screen and (max-width:640px) { div#block-4adac3cf4e435414c5a3+.row { display: flex; flex-direction: column-reverse; } div#block-4adac3cf4e435414c5a3+.row * { text-align: left !important; } } amalchandaria 1 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
amalchandaria Posted June 19, 2022 Author Share Posted June 19, 2022 Thank you @tuanphan! Does this apply just to this page? I'm hoping for a solution that would allow me to apply this to all of my portfolio pages—but just to the top row. 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