karrstudio Posted July 8, 2022 Share Posted July 8, 2022 Site URL: https://www.infiniteidieh.com/media Hi, On desktop the video block content is in a zig zag order. However, on mobile I would like for headline and body text to come first and then the video. Website: https://www.infiniteidieh.com/ Password: HBC2022 (Media Page) Link to comment
tuanphan Posted July 9, 2022 Share Posted July 9, 2022 Add to Design > Custom CSS /* Mobile Order */ @media screen and (max-width:767px) { /* Trust black woman */ div#page-section-62c7029a6a15414959ec38a5 .row { display: flex; flex-direction: column-reverse; } /* Political AD */ div#page-section-62c7049a39f00269221d0c7f .row { display: flex; flex-direction: column-reverse; } /* Monica Story */ div#page-section-62c705c6e76fdf53ec925ceb .row { display: flex; flex-direction: column-reverse; } /* Podcast Production */ div#page-section-62c709fe8f933953fb049fab .row { display: flex; 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
karrstudio Posted July 29, 2022 Author Share Posted July 29, 2022 I had to re-arrange the order but in mobile it still not re-arranging. Do I have to fix the code? 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