[Resolved] Adding border to "next page" box

Home Forums Support [Resolved] Adding border to "next page" box

Home Forums Support Adding border to "next page" box

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #308348
    Carl

    I have most elements on my site bordered using the following CSS as an example:

    .sidebar .widget {
    	border:.5px solid #333333;
    	padding:25px;

    Now that my front page has filled up with posts, a new box is appearing with page numbers that is now unboxed. I would like to box it as above, but don’t know what the element is called to add the CSS. See image below. Any help appreciated!

    http://imgur.com/a/24xjo

    #308370
    Leo
    Staff
    Customer Support

    Hi Carl,

    Try this:

    .paging-navigation {
        border: 2px solid #000000;
    }

    Let me know

    #308421
    Carl

    FANTASTIC!

    Thanks again Leo.

    #308571
    Leo
    Staff
    Customer Support

    Glad I could help!

    #516195
    Antonio

    Sorry my fault for not asking the correct question.
    At present my posts pagination (on my portal front-page) is showing: 1+2+ Next and an arrow.
    What I hope to change is to to include on each pagination number a border box.
    Thanks in advance

    #516424
    Leo
    Staff
    Customer Support

    Can you open a new topic for your question?

    Thanks!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.