Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #812329

    Hi,

    I have a icon box setup to open a category page.
    That category page is setup to load posts for a category named “media coverage”.
    The page loads the post okay, but does not fill the page. For some reason the last two posts are missing.
    I would like to load 12 posts per page. Any idea on how to fix?

    Also, my client is complaining that he cannot see the page buttons. Is there a way to increase the size of the page buttons?

    Thanks,

    -Steve

    • This topic was modified 7 years, 6 months ago by steve3434.
    #812748

    Hey Steve,

    You could try to change this setting here

    View post on imgur.com


    “Blog pages show at most”

    Here is the code for the pagination buttons you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .pagination .current, #top .pagination a, #top .fullsize .template-blog .pagination a {
        height: 50px;
        width: 50px;
        line-height: 50px;
        font-size: 14px;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #812804

    Victoria,

    That worked perfect!!! Thank you for your help.

    Steve

    #812816

    Hi Steve,

    Glad that Victoria helped you and thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Increase number of posts on page’ is closed to new replies.