angmae Posted April 23, 2023 Posted April 23, 2023 (edited) I'm using the Ghost Taydio Image Changer on my site and am looking for help customizing it on mobile. I'd like to reorder the content so the image appears above the excerpt. I thought I had figured it out but it messed up the desktop. https://seal-olive-9n5b.squarespace.com/ The password is 2601. Edited April 23, 2023 by angmae
tuanphan Posted April 25, 2023 Posted April 25, 2023 Add to Design > Custom CSS @media screen and (max-width:767px) { .taydio-images-wrapper { order: 1 !important; } .taydio-plugin.summary-block-wrapper .summary-item-list-container { order: 2 !important; margin-top: 20px; } } 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!)
angmae Posted April 28, 2023 Author Posted April 28, 2023 On 4/25/2023 at 8:11 AM, tuanphan said: Add to Design > Custom CSS @media screen and (max-width:767px) { .taydio-images-wrapper { order: 1 !important; } .taydio-plugin.summary-block-wrapper .summary-item-list-container { order: 2 !important; margin-top: 20px; } } Thanks for your help! Is it possible to change it so the order instead would be: Upcoming events Event names Image Excerpt
tuanphan Posted May 1, 2023 Posted May 1, 2023 On 4/29/2023 at 3:29 AM, angmae said: Thanks for your help! Is it possible to change it so the order instead would be: Upcoming events Event names Image Excerpt Event Name in this case is "June 26-29"? 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!)
angmae Posted May 1, 2023 Author Posted May 1, 2023 2 hours ago, tuanphan said: Event Name in this case is "June 26-29"? Event Name are the tabs, "VBS, Movie Night, Harvest Meal" June 26-29 is part of the excerpt
tuanphan Posted May 3, 2023 Posted May 3, 2023 Use this new code @media screen and (max-width:767px) { .taydio-images-wrapper { order: 1 !important; } .taydio-plugin.summary-block-wrapper .summary-item-list-container { order: 2 !important; margin-top: 20px; display: flex !important; flex-direction: column !important; } .tabs-list { order: 2 !important; } h3.ghost-summary-headinng { order: 1 !important; } .summary-item { order: 3 !important; } .taydio-plugin.summary-block-wrapper .summary-item-list { order: 3 !important; } } 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment