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 #1491595
impagination large
Closed

Comments

  • Goblina63 started the conversation

    hi, I would like to ask if you can set the width of the fullwidhy page to 900 pixels, now it is 1175 and it is too large, and if it were possible to display all the images at the same width. I would like to have the text and images of the same width

  •  2,699
    PenciDesign replied

    Hi,

    Please add more this code to Customize > Custom CSS to do that:

    .container.container-single{ max-width: 900px; }

    Best Regards,

    PenciDesign

  • Goblina63 replied

    and in page, singlepost and categories the larger is correct, but in homepage is still 1170....

  •  2,699
    PenciDesign replied

    Hi,

    If you want to do that for all pages, please replace the code I sent to this code:

    .container{ max-width: 900px; }


    Best Regards,

    PenciDesign