Muntzer Posted May 4, 2022 Share 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? Link to comment
Beyondspace Posted May 5, 2022 Share 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 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
Beyondspace Posted May 5, 2022 Share Posted May 5, 2022 My testing Muntzer 1 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
Muntzer Posted May 5, 2022 Author Share Posted May 5, 2022 @bangank36 Thank you so much! It worked perfectly 😄 Beyondspace 1 Link to comment
Muntzer Posted May 5, 2022 Author Share 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 Link to comment
Solution Beyondspace Posted May 6, 2022 Solution Share 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 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you 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