Colourformat Posted October 20 Share Posted October 20 (edited) Hello, Is it possible to re-order summary-box items using flex-direction (or similar)? My 'News' layout (visible at the above link) is currently two columns, and I'd like to split it into three; so that the items run as per the attached image–col.1: date+article title, col:2 image, col 3: excerpt. And for this to be the default layout when pulling in content. It would be neat to be able to do this with one summary block, rather than multiple ones. I can't seem to find and target the correct block to do this. Any help here much appreciated—thank you in advance. Edited October 20 by Colourformat Forgot to add URL Link to comment
tuanphan Posted October 23 Share Posted October 23 Hi, Can you share link to page where you use summary? We can check easier 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
Colourformat Posted October 23 Author Share Posted October 23 Hi @tuanphan thank you for looking; it is: https://blackbarnarts.uk/news-events Link to comment
Solution tuanphan Posted October 27 Solution Share Posted October 27 First, increase Summary Block width Next, use this CSS code @media screen and (min-width:768px) { .summary-content.sqs-gallery-meta-container { display: flex; align-items: center; } .summary-metadata-container.summary-metadata-container--above-title { display: none !important; } .summary-excerpt.summary-excerpt-only { position: absolute; right: 0; } } when you increase width, excerpt will float on right of screenshot 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
Colourformat Posted November 1 Author Share Posted November 1 Thank you! a little adjustment for aesthetics and it works perfectly 😀 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