Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1285761

    Dear Kriesi,

    I am using the portfolio grid to display an archive of news articles. I’m using the pagination option but the page numbers 1, 2, 3 etc and ‘Page 1 of 3’ text are quite difficult to see. Can I make them bigger and make them stand out more on the white page background?

    Thanks, Richard

    #1285893

    Dear Kriesi,

    To follow on from this question. I would like to move the pagination elements 1, 2, 3 and ‘1 of X’ away from the left and right sides of the page and have them both in the middle horizontally of the page.

    I find that they get lost when out at the sides of the page and the ‘1 of X’ also gets hidden behind the ‘scroll-to-top’ icon. How can I do this?

    Thanks

    #1286129

    Hi Richard,

    Please try the following in Quick CSS under Enfold->General Styling:

    nav.pagination {
        display: table;
        margin: 0 auto;
    }
    
    #top .pagination .current, #top .pagination a, #top .fullsize .template-blog .pagination a {
        height: 45px;
        width: 45px;
        line-height: 45px;
        font-size: 16px;
    }

    Best regards,
    Rikard

    #1286221

    Excellent, thanks Rikard

    #1286413

    Hi richardwilding,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Pagination options for Portfolio Grid’ is closed to new replies.