Home › Forums › Product Support Forums › Related Posts Pro for WordPress Support › How to fix a bug in the plugin? › Reply To: How to fix a bug in the plugin?
February 25, 2017 at 11:56 am
#12119
Keymaster
Hi!
You could perhaps try to force a height via a custom CSS like so:
[html].rpp_item {
height: 220px !important;
}[/html]