Home › Forums › Product Support Forums › Related Posts Pro for WordPress Support › Display Title above Image › Reply To: Display Title above Image
June 8, 2018 at 12:37 pm
#18165
Keymaster
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.