Display Title above Image Home › Forums › Product Support Forums › Related Posts Pro for WordPress Support › Display Title above Image This topic has 3 replies, 2 voices, and was last updated 7 years, 12 months ago by Ernest Marcinko. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts June 8, 2018 at 5:10 am #18162 allytParticipant All 3 themes appear to only present the Image above the Title. In the screenshot attached you can see the Title of the post “Water – How Much do we Need?” is placed below the Image. I want to display the Title above the Image How do I achieve that please. Thanks June 8, 2018 at 12:37 pm #18165 Ernest MarcinkoKeymaster Hi, Well, there is no option on the back-end to change this order, but there might be a custom CSS code that works. Please try this one: [html].rpp_inner { display: flex !important; flex-wrap: wrap !important; } p.rpp_title { order: -1; }[/html] It is hard to tell without seeing the exact implementation, but this should do the trick. June 8, 2018 at 1:39 pm #18172 allytParticipant Hi Ernest, thank you for the prompt response, the solution works perfectly. Regards & many thanks for a very useful plugin. Ally June 9, 2018 at 2:51 pm #18180 Ernest MarcinkoKeymaster You cannot access this content. Author Posts Viewing 4 posts - 1 through 4 (of 4 total) The topic ‘Display Title above Image’ is closed to new replies.