Home › Forums › Support › How to put the caption above the posts featured image This topic has 7 replies, 4 voices, and was last updated 3 years, 4 months ago by Ying. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts August 12, 2021 at 10:50 am #1893791 Roger Hello, How to put the caption above the post featured image? August 12, 2021 at 11:16 am #1893827 YingStaff Customer Support Hi Roger, Try this CSS: .featured-image .wp-caption.thumb-caption { display: flex; flex-direction: column; } .featured-image .wp-caption.thumb-caption p { order: -1; } Let me know 🙂 August 17, 2021 at 7:56 am #1899047 Roger Thank you Ying! August 17, 2021 at 10:51 am #1899184 YingStaff Customer Support You are welcome 🙂 August 30, 2021 at 6:02 am #1912615 Roger Hi Ying, How can I align text to the right and increase the font size? August 30, 2021 at 6:08 am #1912623 DavidStaff Customer Support Hi there, change Yings CSS to: .featured-image .wp-caption.thumb-caption { display: flex; flex-direction: column; } .featured-image .wp-caption.thumb-caption p { order: -1; text-align: right; font-size: 16px; } November 27, 2022 at 12:53 pm #2437773 Jonathan Hi, how could we align the caption vertically on the featured image? like this: https://ibb.co/55qmSB3 note: I’m using this snippet to generate the caption around the featured image https://gist.github.com/diggeddy/5f7c3a4584a8beb51febc9c4f33d6c5c November 27, 2022 at 1:03 pm #2437796 YingStaff Customer Support Hi Jonathan, Can you open a new topic and using the private info field to attach your post link where we can see the featured image and caption? Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In