lizsimacough Posted March 8, 2021 Share Posted March 8, 2021 Site URL: https://www.elizabethsimakoff.com/link-in-bio Hi! I'm trying to reorder the title and body modules on mobile. On desktop it's fine, but on mobile the body column is coming above the header which makes it illegible. Does anyone know exactly how I can fix this? Link to comment
tuanphan Posted March 19, 2021 Share Posted March 19, 2021 Hi. Add to Design > Custom CSS /* Link in bio mobile */ @media screen and (max-width:767px) { div#page-603e9100890f6f39b3abd234 .span-12 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } div#block-yui_3_17_2_1_1615221864230_4752 { order: 1; } div#block-yui_3_17_2_1_1615221864230_6249 { order: 2; } div#block-abf4539218465c7f4b9c { order: 3; } div#block-7b95194c0ab026cc526d { order: 4; } } 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.