Muntzer Posted May 4, 2022 Posted May 4, 2022 Site URL: http://www.kknomics.squarespace.com/program I'd like to put the excerpt above the title on blog pages/summary, so that the order from top to bottom is image > excerpt > title. Can anyone help me with the required CSS?
Beyondspace Posted May 5, 2022 Posted May 5, 2022 On 5/4/2022 at 4:59 PM, Muntzer said: Site URL: http://www.kknomics.squarespace.com/program I'd like to put the excerpt above the title on blog pages/summary, so that the order from top to bottom is image > excerpt > title. Can anyone help me with the required CSS? You can try the following Css code .blog-basic-grid--text { display: flex; flex-direction: column; } .blog-title { order: 2; } Let me know how it works on your site Muntzer 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> No-code customisations for Squarespace
Beyondspace Posted May 5, 2022 Posted May 5, 2022 My testing Muntzer 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> No-code customisations for Squarespace
Muntzer Posted May 5, 2022 Author Posted May 5, 2022 @bangank36 Thank you so much! It worked perfectly 😄 Beyondspace 1
Muntzer Posted May 5, 2022 Author Posted May 5, 2022 (edited) https://kknomics.squarespace.com/kalle-moene @bangank36Do you have a code for blog summary page as well? 😄 Edited May 6, 2022 by Muntzer
Solution Beyondspace Posted May 6, 2022 Solution Posted May 6, 2022 19 hours ago, Muntzer said: https://kknomics.squarespace.com/kalle-moene @bangank36Do you have a code for blog summary page as well? 😄 You can try the following code for summary .summary-content { display: flex; flex-direction: column; } .summary-title { order: 2; } Let me know how it goes BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> No-code customisations for Squarespace
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment