Blog posts as demo grid

Hello and thanks for this awesome theme. I’m almost done with my website but there is still one thing that I want to change. In the Activello Demo (I attach exactly what I mean) the first two posts are shown with the full width image and the rest of them in a grid. I want exactly that because right now in my website all posts are show with the full width image.
Thanks.
My website: www.dgutz.com

HI @dgutz,

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

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

https://colorlibsupport.com/t/posts-not-displaying-correctly-on-main-page/#post-84550

Best Regards,
Movin

Wow Movin, that was exactly what I meant. Im really thankful. One last thing, how can I reduce the height of the video preview in a size similar to the other featured images?

Thanks.

You are most welcome here :slight_smile:

To change the video size try adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

body.blog article .entry-content span.embed-youtube iframe {
    max-height: 160px;
}

Perfect! Thats all Movin. Thank you so much :slight_smile:

You are always welcome here :slight_smile: