Reply To: A list of user profile photos with big empty space on the side


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

#24127
Shamim Hasan
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.