Comments siflu started the conversationJune 9, 2021 at 7:48pmHi I want to style the post layout of the "1st Standard Then List" like the example in the attachment: the title of the Standard Post should be centered (it's correct at the moment)the title of the List Posts should be aligned left (that's not correct, it's centered as well)How can I set the align of the title in list posts to left? I only find the option "Heading Alignment" under "Layout" and when I set it to left, the title of the Standard Post is also changed to left. Thanks in advance 2,615PenciDesign repliedJune 10, 2021 at 2:27amHi,Please go to Appearance > Customize > Custom CSS, paste the following custom CSS code: .penci-latest-posts-center .grid-header-box,.penci-latest-posts-center .header-list-style,.penci-latest-posts-center .header-standard { text-align: left;}Best Regards,PenciDesign.siflu repliedJune 10, 2021 at 4:33pmHi when I do this, the title of the first post (standard) is also left but this one I want centered.Only the titles in the list should be left aligned 2,615PenciDesign repliedJune 10, 2021 at 4:39pmHi,Please add more custom CSS code: .penci-latest-posts-center ul > article .grid-header-box,.penci-latest-posts-center ul > article .header-list-style,.penci-latest-posts-center ul > article .header-standard { text-align: center;}Regards,PenciDesign. Sign in to reply ...
Hi I want to style the post layout of the "1st Standard Then List" like the example in the attachment:
How can I set the align of the title in list posts to left?
I only find the option "Heading Alignment" under "Layout" and when I set it to left, the title of the Standard Post is also changed to left.
Thanks in advance
Hi,
Please go to Appearance > Customize > Custom CSS, paste the following custom CSS code:
Best Regards,
PenciDesign.
Hi when I do this, the title of the first post (standard) is also left but this one I want centered.
Only the titles in the list should be left aligned
Hi,
Please add more custom CSS code:
Regards,PenciDesign.