Title: [Plugin: WP-Paginate] css align navigation bar
Last modified: August 19, 2016

---

# [Plugin: WP-Paginate] css align navigation bar

 *  Resolved [margje](https://wordpress.org/support/users/margje/)
 * (@margje)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-wp-paginate-css-align-navigation-bar/)
 * I’ve installed you great wp-paginate plugin for integrating better navigation
   trough my tons of comments.
 * By default the navigation bar (with the page numbers) is showing up in the center
   of the colum / page.
    At my bog, i like to set the bar to the left side so i 
   used this code in comments.php
 *     ```
       <div class="alignleft"><?php if(function_exists('wp_paginate_comments')) {
           wp_paginate_comments(); } ?></div>
       ```
   
 * it works but the <div> code create some blank lines.
 * Question: Is there a better, more simple way to allign the bar to the left side?
   matbe by css ???

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-wp-paginate-css-align-navigation-bar/#post-1882803)
 * > Question: Is there a better, more simple way to allign the bar to the left 
   > side? matbe by css ???
 * difficult to tell without seeing your site.
 * link?
 *  Thread Starter [margje](https://wordpress.org/support/users/margje/)
 * (@margje)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-wp-paginate-css-align-navigation-bar/#post-1882909)
 * Thanks for the reply, look at [this image](http://img148.imageshack.us/img148/2878/image2bwn.jpg)
 * The navigation bar is in the center of the column at this moment, i want to align
   tt to the left side.
 * Thanks in advance
 *  Thread Starter [margje](https://wordpress.org/support/users/margje/)
 * (@margje)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-wp-paginate-css-align-navigation-bar/#post-1882910)
 * solved it by adding
 * .wp-paginate {text-align:left;}
 * to wp-paginate.css

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[Plugin: WP-Paginate] css align navigation bar’ is closed to new replies.

 * ![](https://ps.w.org/wp-paginate/assets/icon-128x128.png?rev=1566512)
 * [WP-Paginate](https://wordpress.org/plugins/wp-paginate/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-paginate/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-paginate/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-paginate/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-paginate/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-paginate/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [margje](https://wordpress.org/support/users/margje/)
 * Last activity: [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-wp-paginate-css-align-navigation-bar/#post-1882910)
 * Status: resolved