A few questions: how to make only the first post full; and regarding font

Hi @patremagne,

I hope you are well today and thank you for your questions.

I’m trying to make it so instead of the first two being full-posts/full with “Read more,” just the first one is full and the rest are in grid form. Ideally I’d like it so the grid is even at the bottom as opposed to having a single post like it is now. Would adding unlimited scroll fix this as well?

You can try achieving this by using the custom solution shared in the following topic.

https://colorlibsupport.com/t/how-to-make-only-one-post-full-width-and-the-rest-in-grid/#post-58491

How can I make the grid posts also include a “read more” button?

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS


.read-more {
    display: block !important;
}

Best Regards,
Movin