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 #1485599
Category, Tag, Search, Archive Layout
Closed

Comments

  • DmitriS started the conversation

    Hi!

    I'm using Grid Posts layout for Category, Tag, Search, Archive pages. I can get 1 or 2 columns with article thumbnails there. How can I make more columns?

    regards,

    Dmitri

  •  2,699
    PenciDesign replied

    Hi,

    You can add more this code to Customize > Custom CSS to make grid layout to 3 columns:

    @media only screen and (min-width: 1170px){
    .container.penci_sidebar .penci-grid > li{ width: 31.62%; margin-right: 2.57%; }
    .container.penci_sidebar .penci-grid li:nth-of-type(2n+2){ margin-right: 2.57%;  }
    .container.penci_sidebar .penci-grid li:nth-of-type(3n+3){ margin-right: 0; }
    .container.penci_sidebar .penci-grid li:nth-of-type(2n+1){ clear: none;  }
    .container.penci_sidebar .penci-grid li:nth-of-type(3n+1){ clear: both; }
    }
    

    Best Regards,

    PenciDesign