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,727
    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.

  •  1
    tim-nieuwpoort replied

    Hi,

    After publishing, nothing changed. By the way, if I do adjustments in 'customizer' of the category pages (for example from list posts -> grid boxed) nothing changes.

    Any idea how that is possible?

  •  2,727
    PenciDesign replied

    Hi,

    For this case, please send me your WordPress admin account in a PRIVATE reply.
    I'll log in and try to help you check this problem.

    Regards,
    PenciDesign.

  •  1
    tim-nieuwpoort replied

    Could it be a cache issue?

  •  2,727
    PenciDesign replied

    Hi,

    This could also be a cache issue. Please clear all site caches and your browser cache, then check again.

    Regards,
    PenciDesign.