merakiconceptstudio Posted February 3, 2021 Share Posted February 3, 2021 (edited) Site URL: https://www.infinityartists.squarespace.com See attached—would love the primary meta data (categories) below the blog title! Password: infinity Edited February 3, 2021 by merakiconceptstudio Left out key info! Link to comment
tuanphan Posted February 4, 2021 Share Posted February 4, 2021 Can you share link to page in screenshot? I don't see it in above page. 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!) Link to comment
merakiconceptstudio Posted February 4, 2021 Author Share Posted February 4, 2021 Thank you!!! https://www.infinityartists.squarespace.com/talent Link to comment
tuanphan Posted February 5, 2021 Share Posted February 5, 2021 17 hours ago, merakiconceptstudio said: Thank you!!! https://www.infinityartists.squarespace.com/talent Add to Page Header <style> .blog-basic-grid .blog-basic-grid--text { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; } </style> JenTerpstra 1 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!) Link to comment
merakiconceptstudio Posted February 9, 2021 Author Share Posted February 9, 2021 It was working, but it's stopped working now. 🤨 Any ideas? Link to comment
tuanphan Posted February 13, 2021 Share Posted February 13, 2021 On 2/9/2021 at 11:44 PM, merakiconceptstudio said: It was working, but it's stopped working now. 🤨 Any ideas? The url doesn't exist. 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!) Link to comment
JenTerpstra Posted April 28, 2022 Share Posted April 28, 2022 On 2/5/2021 at 3:43 AM, tuanphan said: Add to Page Header <style> .blog-basic-grid .blog-basic-grid--text { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; } </style> I just went in search of a solution for this same problem and this code worked perfectly for me. Thanks! Link to comment
melaniejaane Posted November 2, 2022 Share Posted November 2, 2022 On 2/5/2021 at 10:43 PM, tuanphan said: Add to Page Header <style> .blog-basic-grid .blog-basic-grid--text { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; } </style> @tuanphanWhen I add this code to the page header, it moves the meta data under the title, but moves both of them to the bottom of the block under the description. Do you know how I could fix that? Thanks so much! Link to comment
tuanphan Posted November 4, 2022 Share Posted November 4, 2022 On 11/2/2022 at 2:52 PM, melaniejaane said: @tuanphanWhen I add this code to the page header, it moves the meta data under the title, but moves both of them to the bottom of the block under the description. Do you know how I could fix that? Thanks so much! Can you share link to page? We can check it again easier 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!) Link to comment
melaniejaane Posted November 7, 2022 Share Posted November 7, 2022 On 11/5/2022 at 3:02 AM, tuanphan said: Can you share link to page? We can check it again easier Thanks @tuanphan page is a work-in progress Website: beehyve.health/adhd-support-contacts Password: abc Link to comment
tuanphan Posted November 10, 2022 Share Posted November 10, 2022 On 11/7/2022 at 12:49 PM, melaniejaane said: Thanks @tuanphan page is a work-in progress Website: beehyve.health/adhd-support-contacts Password: abc Hi, What should it look like? 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!) Link to comment
whereisscott Posted July 27, 2023 Share Posted July 27, 2023 Hi @tuanphan - Quick question for you. I used this code to move the primary meta content to be below the blog title, but it also flipped the excerpt to the top instead. Is it possible to move the blog primary meta content to be below the title and retain the excerpt to be on the bottom? I'm attaching a screengrab for reference. The locations are the primary meta content and the rooms like Pantry, Closet, etc. are the excerpts. Website: https://pumpkin-orange-3ld6.squarespace.com/ Password: Real2023 Thank you! Link to comment
tuanphan Posted July 28, 2023 Share Posted July 28, 2023 14 hours ago, whereisscott said: Hi @tuanphan - Quick question for you. I used this code to move the primary meta content to be below the blog title, but it also flipped the excerpt to the top instead. Is it possible to move the blog primary meta content to be below the title and retain the excerpt to be on the bottom? I'm attaching a screengrab for reference. The locations are the primary meta content and the rooms like Pantry, Closet, etc. are the excerpts. Website: https://pumpkin-orange-3ld6.squarespace.com/ Password: Real2023 Thank you! Can you share link to this page? I don't see it on main page 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!) Link to comment
whereisscott Posted July 28, 2023 Share Posted July 28, 2023 @tuanphan Of course - thank you for helping. Here is the link to this page: Website: https://pumpkin-orange-3ld6.squarespace.com/portfolioPassword: Real2023 Link to comment
tuanphan Posted July 29, 2023 Share Posted July 29, 2023 13 hours ago, whereisscott said: @tuanphan Of course - thank you for helping. Here is the link to this page: Website: https://pumpkin-orange-3ld6.squarespace.com/portfolioPassword: Real2023 You can add this to Design > Custom CSS. Adjust number in the code to change position of 3 elements .blog-excerpt { order: 1 !important; } .blog-title { order: 2 !important; } .blog-meta-section { order: 3 !important; } Note that the position here will be calculated from the bottom up. 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!) Link to comment
whereisscott Posted July 30, 2023 Share Posted July 30, 2023 Hi @tuanphan Thanks so much for your time on this. I added the code to CSS and I didn't see any changes (and I tried different orders to the above). I also removed the original code you had created in the original post here from being injected into the header of the blog as well as clearing out all other custom CSS, but this also didn't affect the order. (I also tried injecting just this code into the header). Let me know if I may be doing this incorrectly... Thanks so much again. Link to comment
tuanphan Posted August 1, 2023 Share Posted August 1, 2023 Use this CSS code, you can adjust number in the code to change positions of 3 elements .blog-basic-grid--text { display: flex; flex-direction: column; } .blog-excerpt { order: 1 !important; } .blog-title { order: 2 !important; } .blog-meta-section { order: 3 !important; } whereisscott and melody495 2 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!) Link to comment
whereisscott Posted August 1, 2023 Share Posted August 1, 2023 Yes, This fixed it - Can't thank you enough, @tuanphan! tuanphan 1 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