pbueno24 Posted November 5, 2021 Share Posted November 5, 2021 Site URL: https://pte.squarespace.com/ourwork Hey, I would like to change the order of the Blog-Title and Blog-Excerpt within the HTML. I managed to do so using the developer tools, but how would I swap their order within Squarespace / is this even possible? I've attached an image to show what I'm going for. The left side of the image is what I'm trying to achieve. Thanks! Link to comment
Agha_Waqas Posted November 5, 2021 Share Posted November 5, 2021 1 hour ago, pbueno24 said: Site URL: https://pte.squarespace.com/ourwork Hey, I would like to change the order of the Blog-Title and Blog-Excerpt within the HTML. I managed to do so using the developer tools, but how would I swap their order within Squarespace / is this even possible? I've attached an image to show what I'm going for. The left side of the image is what I'm trying to achieve. Thanks! Hi you can do this via CSS. Add below code into CSS editor [data-section-id="614251ce615b993943a8acb9"] .blog-basic-grid--text { display: flex; flex-direction: column-reverse;} Link to comment
pbueno24 Posted November 5, 2021 Author Share Posted November 5, 2021 Booyah! Thank you for a quick solution! Link to comment
Agha_Waqas Posted November 5, 2021 Share Posted November 5, 2021 1 hour ago, pbueno24 said: Booyah! Thank you for a quick solution! Your Welcome. 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