Skip to content
Public Ticket #22310

How to enlarge pages

Conversation thread

PenciDesign Supporter replied

Staff Reply

Hi,

Please keep this code, I'll check it on the live site.

Regards,
PenciDesign.


ISOLE-GRECHE replied

Customer Reply

I put your code, but it became too big (1835px) 

PenciDesign Supporter replied

Staff Reply

Hi,

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

  @media screen and (min-width: 1600px) {
      .sidebar-left .site-main .penci-container,
      .sidebar-right .site-main .penci-container {
          width: 100%;
          max-width: 1500px;
      }
  }

Regards,
PenciDesign.



ISOLE-GRECHE started the conversation

Conversation Start

I'd like to enlarge articles, categories... page (not homepage). 

I saw that now is 1350px. I can enlarge till 1500x (dimension of header post image). How is it possible?

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