Changing posts size in the home page and their layout

Hello everyone,
I’m building a website using Colorbib theme Travelify.

Can I ask you how can I change the size of the preview of the posts on the homepage (Image1)? I would like to putting them side by side, changing their size and linking the images in the slideshow.

Is it possible?

Hi @pcorriero,

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

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 -> Travelify Other Options

figure.post-featured-image {
    float: left;
    max-width: 40%;
    margin-right: 10px;
}

Best Regards,
Movin