• Resolved margje

    (@margje)


    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)
  • 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

    (@margje)

    Thanks for the reply, look at this image

    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

    (@margje)

    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.