How to change blog post layout (featured image)

Hi,

I love the themes from colorlib, but i want to change Travelify a little bit.
How to change the location and size of the featured image from top to left as shown in the theme Dazzling?
Please help me with some directions, i do understand html, php and css.

Hi @boesh,

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 -> Apperance -> Theme Options -> Other -> Custom CSS

body.blog .post-featured-image {
  float: left;
  max-width: 355px;
  width: 100%;
  margin: 15px;
}

body.blog .entry-content {
  padding: 0;
  margin: 0 10px;
}

Best Regards,
Movin

Hi Movin,

Yes , ofcourse it must be solved with CSS, THNX !
I just tested it and i will need to adjust and tweak the width, but I will get there.

THNX for the quick respons and support, keep up the good work !

You are most welcome here :slight_smile: