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 #1545743
Category Layout Style
Closed

Comments

  • kay Cho started the conversation

    Hello,

    I'd like to change 2 columns to 4 columns  in Category Layout Style like block 14.

    Pleas refer to attachment.

    I would appreciate it if you could tell me how to modify it.


    Best Regards,


  •  2,700
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Additional CSS to do that:

    @media only screen and (min-width: 961px){
    .blog-grid .penci-archive__content .penci-post-item:not(.product){ width: 25%;  }
    .blog-grid .penci-archive__content .penci-post-item:not(.product):nth-child(2n + 1){ clear: none; }
    .blog-grid .penci-archive__content .penci-post-item:not(.product):nth-child(4n + 1){ clear: both; }
    }

    Best Regards,

    PenciDesign