Featured Image alongside Blog Excerpt for Travelify theme

Hi, I am having problems getting my featured image alongside my blog excerpt instead of above it. How can I go about doing this? I am not very good with changing codes and have tried before and my site crashed and I had to start from the beginning.

Nicole
Site: eat--travel-love.com

Hi Nicole,

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

body.blog article figure.post-featured-image {
    float: left;
    max-width: 40%;
}
body.blog article header.entry-header,
body.blog article .entry-content{
	max-width: 55%;
	float: right;
}
body.blog article {
	clear: both;
}

Best Regards,
Movin