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 #1724061
Block 9 with four columns
Closed

Comments

  • zumaxb started the conversation

    Sorry, wrong title:


    How can I set Big Grid 1, Style 9 to show four columns?

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Addinational CSS to do that for Big Grid 9:

    @media screen and (min-width: 960px){
    .penci-grid_1 .penci-grid-item{ width: 25%; }
    .penci-grid_1 .penci-grid-item:nth-child(3n+1) { clear: none; }
    .penci-grid_1 .penci-grid-item:nth-child(4n+1) { clear: both; }
    .penci-grid_1 .penci-grid-item:nth-child(3n) { float: left; }
    }
    

    Best Regards,

    PenciDesign

  •   zumaxb replied privately
  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Addinational CSS to fixed it:

    .penci-grid_1 .penci-grid-item{ border: none; padding: 1px; }
    

    Best Regards,

    PenciDesign

  • zumaxb replied

    Wonderful help!

    Thank you. Case closed.