This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Display Title above Image

#18165
Ernest MarcinkoErnest Marcinko
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.