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 #3129261
How to enlarge pages
Closed

Comments

  •  4
    ISOLE-GRECHE started the conversation

    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?

    Attached files:  Screenshot_1.png

  •  2,278
    PenciDesign replied

    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.



  •  4
    ISOLE-GRECHE replied

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

    Attached files:  872cc9b3-9381-42d4-b418-603118e9550b.jpg

  •  2,278
    PenciDesign replied

    Hi,

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

    Regards,
    PenciDesign.