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 #1440720
Post width
Closed

Comments

  •  1
    lastcalltogate started the conversation

    Hi,

    i use soledad template for this blog: http://www.lastcalltogate.com/wordpress

    i want the width of the post to be "aligned" with the size of the picture. Every post is like following the 1152x762 image size (please see details in the image attatced).

    Could you please send me details on how to change the post width to e.g 1024x683 ?

    Hope to hear from you soon.

    Thank you in advance,

    Kind regards,

  •  2,699
    PenciDesign replied

    Hi,

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

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

    Change number 1024 to value you want.


    Best Regards,

    PenciDesign

  •  1
    lastcalltogate replied

    It worked!

    Thank you very much! :)