Make the thumbnail, the title and the excerpt the same row

Hello, I’m working locally on a small website I want to build and I got one more thing i want to achieve. Basically i want to make the picture, the title and the excerpt to show on the same line/row. I played with the CSS but no success. Please help me on this.

p.s. I’ve attached a picture to describe my issue.

thank you.

Regards

Hi @xherri,

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

It seems from your shared screenshot that you want to achieve this on your blog page.

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

body.blog article figure.post-featured-image {
  max-width: 40%;
  float: left;
  margin: 30px 15px 15px;
}

Best Regards,
Movin