Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2656562
More posts on the category page - Grid Style
Closed

Comments

  • Simon started the conversation

    Hello I can't find an option to increase the number of post per line on the category pages. I want to have 5 instead of 3 posts per category, is there somewhere an option for this?


    Thank you for your help, Simon

  •  2,699
    PenciDesign replied

    Hi,

    You can change it via Settings > Reading > Blog pages show at most


    Best Regards,

    PenciDesign

  • Simon replied

    Hello, i already have the setting at 10, but there are only 3 posts per row: https://www.querbeetnatuerlichkochen.de/newtheme/?cat=14

  •  2,699
    PenciDesign replied

    Hi,

    Do you mean the number posts when you load more? If right, please change it via Customize > General > Category, Tags, Search, Archive Pages > Number of Posts for Each Time Load More Posts


    Best Regards,

    PenciDesign

  • Simon replied

    Hey,

    no sorry, if it's unclear, I mean, I want here 5 insted of 3 posts

  •  2,699
    PenciDesign replied

    Hi,

    If so, please try add more this code to Customize > Custom CSS to do that:

    @media only screen and (min-width: 1170px){
    body.archive .wrapper-boxed > .container{ max-width: 1400px; }
    body.archive ul.penci-grid > li.grid-style{ width: 19%; margin-right: 1.25%; }
    body.archive ul.penci-grid > li:nth-of-type(3n+3) { margin-right: 1.25%; }
    body.archive ul.penci-grid > li:nth-of-type(3n+1) { clear: none; }
    body.archive ul.penci-grid > li:nth-of-type(5n+5) { margin-right: 0; }
    body.archive ul.penci-grid > li:nth-of-type(5n+1) { clear: both; }
    }
    

    Best Regards,

    PenciDesign

  • Simon replied

    Thank you, worked perfectly!