Blog Page Set Up

Hello:
Is there a way to change the layout of the blog to look similar to this:

I have my blog, however, when I add the feature image it just looks to big when you actually open the article. In simple view when you go the blog page itself all of the blog articles are displayed and it looks good but it does not look very appealing when you actually open the article. Any suggestions. Tks!

Hello @borinqen,

Thanks for asking. :slight_smile:

To adjust featured image size in single post, you can add following CSS under X > Theme Options > CSS:

.single-post .entry-featured {
    width: 50%;
    margin: 0 auto;
}

As of the layout you are looking for as shown the the screenshot, you can take a look at Ethos Stack. If you are using Stack other then Ethos, making necessary changes will require some custom development work which falls outside the scope of support we can offer.

http://demo.theme.co/ethos-1/

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

Ok, tks. I didn’t want to change the entire site as that would require a lot of work. I thought there was a more simple solution. Tks again for all of the info!

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.