Align pagination
This commit is contained in:
parent
a9176dc71e
commit
b9de990f5f
|
@ -34,7 +34,7 @@ if ( ! function_exists( 'pagination_bst4' ) ) {
|
|||
$links[] = $paged + 1;
|
||||
}
|
||||
|
||||
echo '<div class="col-sm-'.$col.'"><ul class="pagination">' . "\n";
|
||||
echo '<div class="col-sm-'.$col.' pr-0"><ul class="pagination justify-content-end">' . "\n";
|
||||
|
||||
/** Previous Post Link */
|
||||
if ( get_previous_posts_link() )
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
printf('<p>%2</p>', _e('Sorry, no posts matched your criteria.', 'tainacan-theme'));
|
||||
endwhile; ?>
|
||||
</div>
|
||||
<div class="row mx-5 px-5 ">
|
||||
<div class="col-sm-3 d-none d-lg-block">Teste</div>
|
||||
<div class="row mx-5 px-5 justify-content-between">
|
||||
<div class="col-sm-3 d-none d-lg-block pl-0">Teste</div>
|
||||
<div class="col-sm-3 d-none d-md-block">Teste</div>
|
||||
<?php echo tainacan_pagination(3); ?>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue