Comments SGBrewing started the conversationApril 7, 2020 at 7:43pmHi, just wondering if you know the css code to justify the text of the recent post excerpts on my homepage please?I've managed to sort out the posts themselves with the .post{ text-align: justify; }But I cant find a way to justify the excerpts on the homepage.Thanks, Shawn.SGBrewing repliedApril 7, 2020 at 11:24pmAlso how can I change the font size on the right hand sidebar? I can change the size on the headers for the widgets, but not the main text of them. Thanks,Shawn. 2,701PenciDesign repliedApril 8, 2020 at 3:33amHi,1/ Please add more this code to Customize > Custom CSS to do that: .penci-grid li .item .item-content, .penci-masonry .item-masonry .item-content, .penci-grid .mixed-detail .item-content{ text-align: justify; } 2/ Please add more this code to Customize > Custom CSS to do that: .widget ul li a, .widget ul li, .widget p{ font-size: 16px; } Change value 16 to value as you want.Best Regards,PenciDesign Sign in to reply ...
Hi, just wondering if you know the css code to justify the text of the recent post excerpts on my homepage please?
I've managed to sort out the posts themselves with the .post{ text-align: justify; }
But I cant find a way to justify the excerpts on the homepage.
Thanks,
Shawn.
Also how can I change the font size on the right hand sidebar? I can change the size on the headers for the widgets, but not the main text of them.
Thanks,
Shawn.
Hi,
1/ Please add more this code to Customize > Custom CSS to do that:
2/ Please add more this code to Customize > Custom CSS to do that:
Change value 16 to value as you want.
Best Regards,
PenciDesign