wp-pagenavi plugin overflow

  • Ricardo

    #2313

    Hey,

    Is it possible to let the wp-pagenavi overflow below the posts. If you go to this page, for example, you can see that the plugin just needs some more space:

    http://fastforwardandrewind.com/page/35/

    Anonymous

    #19735

    Here is one way. Let me know if you don’t like it.

    .wp-pagenavi a, .wp-pagenavi span {
    margin-right:none;
    }

    Another way might be to extend the width further across the page, if you want to keep the margins between individual “pages”. But then it won’t line up with your excerpts content.

    Ricardo

    #19736

    Thanks, that fixes it for me 🙂

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

  • You must be logged in to reply to this topic.