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 #1780073
1st Classic Post Width
Closed

Comments

  • olgaringquist started the conversation

    Hi!

    I've added custom CSS for the width of blog posts and it works fine (.container.container-single{ max-width: 700px;  })

    BUT, I have the Homepage Layout "1st Classic then List" and the first post showing up on the page has no limit to its width. See here:

    https://olgaringquist.blog

    Is there another custom CSS I can add for the first posts on the Homepage?

    Thank you

  •  2,699
    PenciDesign replied

    Hi,

    To do that, please add more this code to Customize > Custom CSS:

    .penci-layout-classic-list ul.penci-grid > article{ max-width: 700px; margin-left: auto; margin-right: auto; }
    

    Best Regards,

    PenciDesign

  • olgaringquist replied

    Great! Thank you!