Hi!!
I was wondering if it was possible to have the most recent post by date automatically appear as the featured post?
Hi!!
I was wondering if it was possible to have the most recent post by date automatically appear as the featured post?
Hi there, @toby_mathew ![]()
Interesting idea! Please let me discuss it with the devs. I’ll report back once I have their response ![]()
Thank you for waiting!
Please disable the Featured post toggle in the widget’s settings and add this code to the Custom CSS field on the Settings tab of your widget’s settings:
[class*="list-card__Container-sc"]:first-child [class*="MediaContainer__Container-sc"] {
padding-top: 50% !important;
flex: 1 1 50%;
}
[class*="list-card__Container-sc"]:first-child [class*="card-content__CardContent-sc"] {
flex: 1 1 50%;
}
Please check it out and let me know if it worked ![]()
Thank you so much Max!!
It’s my pleasure ![]()