karadia Posted September 30, 2022 Share Posted September 30, 2022 Site URL: https://www.aradia.io/blog/your-sun-sign-as-a-game-of-thrones-character Hello, I found some coding to successful note the read time of blog articles. However, it shows at the end. Is there a way to place it at the top of the article and, better yet, in the preview as well? Thank you! Link to comment
tuanphan Posted October 1, 2022 Share Posted October 1, 2022 Add to Design > Custom CSS .blog-item-content-wrapper { display: flex; flex-direction: column; } .blog-item-injection {order: 1;} .blog-item-content.e-content { order: 2; } .blog-meta-item.blog-meta-item--tags { order: 3; } .blog-item-author-profile-wrapper { order: 4; } 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
karadia Posted October 5, 2022 Author Share Posted October 5, 2022 On 10/1/2022 at 12:43 AM, tuanphan said: Add to Design > Custom CSS .blog-item-content-wrapper { display: flex; flex-direction: column; } .blog-item-injection {order: 1;} .blog-item-content.e-content { order: 2; } .blog-meta-item.blog-meta-item--tags { order: 3; } .blog-item-author-profile-wrapper { order: 4; } Thanks so much! I notice when I do this the read time is very close to the post text. Is there a way to have a small space in between? Link to comment
tuanphan Posted October 8, 2022 Share Posted October 8, 2022 On 10/5/2022 at 10:42 AM, karadia said: Thanks so much! I notice when I do this the read time is very close to the post text. Is there a way to have a small space in between? Add this code under .blog-item-injection { margin-bottom: 30px; } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment