Comments Vivek Gupta started the conversationFebruary 11, 2021 at 4:19pmHey,I want to decrease the size of featured image. https://prnt.sc/z41qsv You can see that it is too big and only need date, category, published data, post title along with the featured image. 2,700PenciDesign repliedFebruary 11, 2021 at 5:08pmHi,Please try add more this code to Customize > Custom CSS to change it: .penci-grid li.list-post .item > .thumbnail{ width: 30%; } .penci-grid li.list-post .item .content-list-right{ width: 70%; float: left; } @media only screen and (min-width: 768px){ .penci-grid li.list-post .item .content-list-right{ padding-right: 30px !important; } } Change 2 values 30 and 70 to values as you want. Make sure the total of these 2 values is 100. Example: 34 and 66Best Regards,PenciDesign Vivek Gupta replied privately 2,700PenciDesign repliedFebruary 13, 2021 at 2:44pmHi,Your Custom CSS code you put above it is missing - it makes all the CSS put below it broken.Please check this image for more: https://prnt.sc/zd6em8Best Regards,PenciDesignVivek Gupta repliedFebruary 13, 2021 at 4:39pmgetting this errorhttps://prnt.sc/zdj58p 2,700PenciDesign repliedFebruary 14, 2021 at 2:32amHi,Please try replace the code I sent to this code and check it again: @media only screen and (min-width: 768px){ .penci-grid li.list-post .item > .thumbnail{ width: 30%; } .penci-grid li.list-post .item .content-list-right{ width: 70%; float: left; } .penci-grid li.list-post .item .content-list-right{ padding-left: 30px !important; } } Best Regards,PenciDesign Vivek Gupta replied privately 2,700PenciDesign repliedFebruary 22, 2021 at 4:47pmHi,Please check option for it via Customize > Posts Options > Other Layouts > Remove Post ExcerptBest Regards,PenciDesign Vivek Gupta replied privately 2,700PenciDesign repliedMarch 9, 2021 at 2:17amHi,At this moment, this theme doesn't support this feature. We will consider to add more this feature in future updates.Best Regards,PenciDesign Sign in to reply ...
Hey,
I want to decrease the size of featured image. https://prnt.sc/z41qsv You can see that it is too big and only need date, category, published data, post title along with the featured image.
Hi,
Please try add more this code to Customize > Custom CSS to change it:
Change 2 values 30 and 70 to values as you want. Make sure the total of these 2 values is 100. Example: 34 and 66
Best Regards,
PenciDesign
Hi,
Your Custom CSS code you put above it is missing - it makes all the CSS put below it broken.
Please check this image for more: https://prnt.sc/zd6em8
Best Regards,
PenciDesign
getting this error
https://prnt.sc/zdj58p
Hi,
Please try replace the code I sent to this code and check it again:
Best Regards,
PenciDesign
Hi,
Please check option for it via Customize > Posts Options > Other Layouts > Remove Post Excerpt
Best Regards,
PenciDesign
Hi,
At this moment, this theme doesn't support this feature. We will consider to add more this feature in future updates.
Best Regards,
PenciDesign