figantwrestlingpanda Posted June 21, 2021 Share Posted June 21, 2021 Site URL: https://unsensible.com/team Hi guys, I've trawled the forums and there seems to be many similar questions to mine, but none exactly applicable. On our team bio page: https://unsensible.com/team I'd like the images of our team to appear on top of the bio in mobile view. Is there a nifty bit of CSS that can make this possible? Thanks so much! Link to comment
tuanphan Posted June 22, 2021 Share Posted June 22, 2021 Hi, If you want this order on mobile Name Image Description Add this to Design > Custom CSS. This code for first member. If it works, I will check & send other /* Mobile-Team-Jonathan Nguyen */ @media screen and (max-width:767px) { div#page-section-60b0dba871dc6c749dedf2ff>.row:nth-child(2) { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; } } 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
figantwrestlingpanda Posted June 23, 2021 Author Share Posted June 23, 2021 Hi Tuan Thank you. That's almost it. Actually I'm trying to get the image to be the first element: Image Name Description Thanks! 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