Comments olgaringquist started the conversationNovember 12, 2018 at 8:23amHi!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.blogIs there another custom CSS I can add for the first posts on the Homepage?Thank you 2,700PenciDesign repliedNovember 12, 2018 at 8:43amHi,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,PenciDesignolgaringquist repliedNovember 13, 2018 at 8:21amGreat! Thank you! Sign in to reply ...
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
Hi,
To do that, please add more this code to Customize > Custom CSS:
Best Regards,
PenciDesign
Great! Thank you!