This may help those users wanted to position plugin paging navigation menu to center.
Suggest theme creator to include it in the next version. :-)
Under index.php,
<?php
// Next/Previous PAGE Links (on multi post pages)
// in next_posts_link "next" means older
if ( !is_single() AND !is_page() AND strpos($bfa_ata_location_multi_next_prev,'Bottom') !==false AND show_posts_nav() ) {
if (function_exists('wp_pagenavi')) {
echo '<div style="text-align: center;" class="wp-pagenavi-navigation">'; wp_pagenavi(); echo '</div>';
} else {