Forums

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

Home Forums CSS Responsive Pagination CSS

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #41610
    siouxfan45
    Participant

    Is it possible to make pagination responsive and fill my div container? I thought setting display to table-cell would do it, but this didn’t help.

    [My pagination can be found here](http://themeforward.com/demo2/?paged=5 “”)… and I can’t figure it out for the life of me.

    .page-numbers {
    font-size:0.75em
    }
    a.page-numbers {
    background:#449BB5;
    color:#FFF;
    display:inline-block;
    padding:1em
    }
    .page-numbers.current {
    background:#000;
    display:inline-block;
    padding:1em
    }
    .page-numbers.dots {
    display:inline-block;
    padding:1em 0
    }

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