Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Center align pagination bar

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #34029
    Niki
    Member

    Hi,

    My WordPress theme has a pagination bar at the bottom of each page. Its left aligned, by default.

    Can someone please help me to center align this bar?

    HTML:

    CSS:

    .pagination {
    clear:both;
    position:relative;
    font-size:11px;
    }

    .pagination span, .pagination a {
    display:block;
    float:left;
    margin: 2px 2px 2px 0;
    padding:6px 9px 5px 9px;
    text-decoration:none;
    color: #ddd;
    background: #222;
    }

    .pagination .current{
    padding:6px 9px 5px 9px;
    font-weight: bold;
    background: #0950E8;
    }
    #85417
    mattohara
    Member

    Hi,

    Is this the effect you were looking for?

    http://jsfiddle.net/mPEvt/

    Cheers

    #85419
    Niki
    Member

    Yes, that’s exactly what I wanted.

    Thanks Mattohara.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.