Skip to content
Public Ticket #30374

2-colums mobile

Conversation thread

PenciDesign Supporter replied

Staff Reply

Hi,

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

Regards,
PenciDesign.

tim-nieuwpoort replied

Customer Reply

Could it be a cache issue?

PenciDesign Supporter replied

Staff Reply

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.

tim-nieuwpoort replied

Customer Reply

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?

PenciDesign Supporter replied

Staff Reply

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.

tim-nieuwpoort started the conversation

Conversation Start

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

Want to join this conversation or access attachments? Sign in first.