Home › Forums › Front End PM PRO › A list of user profile photos with big empty space on the side › Reply To: A list of user profile photos with big empty space on the side
May 3, 2019 at 8:04 pm
#24127
shamim
Keymaster
You can go to Front End PM PRO > Settings > General > Messages per page and reduce number there. It will show less profile photos. So empty space will be less or none.
Or you can add add_filter( 'fep_filter_hide_message_initially_if_read', '__return_false' );
in your theme’s functions.php. It will show message in right side. So empty space will be less or none.