nsmargolis Posted August 29, 2019 Share Posted August 29, 2019 I'm working on this page (www.meridianacademy.org/who-we-are-new) and have a series of code blocks. Two issues I'm struggling with: How do I keep each code block in a row aligned in that row? Right now, the blocks are askew within a row (seemingly referencing a column). When they stack in a mobile view, I'd like them to stack by items in a row (keeping names alphabetized). Is this possible? Thanks! Link to comment
tuanphan Posted August 30, 2019 Share Posted August 30, 2019 @nsmargolis Have you solved yet? Can you explain more clearly? I do not quite understand You mean: image (left) - text (right)? 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
nsmargolis Posted August 30, 2019 Author Share Posted August 30, 2019 Hi @tuanphan, the biggest problem is that the rows of code blocks do not align. So when text is larger in one it results in offsetting a block: Link to comment
tuanphan Posted August 30, 2019 Share Posted August 30, 2019 @nsmargolis Add to Home > Design > Custom CSS /* Desktop */ @media screen and (min-width:901px) { p.school { min-height: 65px; } } /* Tablet */ @media screen and (min-width:641px) and (max-width:900px) { p.school { min-height: 140px; } } 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
nsmargolis Posted August 30, 2019 Author Share Posted August 30, 2019 Works! Thanks @tuanphan! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.