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 #3793026
2-colums mobile
Open

Comments

  •  1
    tim-nieuwpoort started the conversation

    Hi,

    Is it possible to make 2 colums on a category page on mobile?

    At the moment it's just 1 colum, see attachment.

    Thanks

    Attached files:  IMG_3241.PNG

  •  2,701
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    @media only screen and (max-width: 767px) {
      .container.penci_sidebar .penci-grid li:nth-of-type(2n+1),
      .penci-grid li.grid-2-style:nth-of-type(2n+1) {
        clear: both;
      }
      .container.penci_sidebar .penci-grid li:nth-of-type(2n+1) {
        clear: both;
      }
      .container.penci_sidebar .penci-grid > li {
        width: 48.05% !important;
      }
    }
    

    Regards,
    PenciDesign.