Site logo

Archived topic

How can I recreate this responsive post layout?

5 replies · Started by kyle on August 28, 2016

Viewing posts 1–6 of 6

How can I recreate this responsive post layout?

http://www.lifehack.org/lifestyle/fitness-2

And just to be clear I want to have multiple pages with the layout and not just blog page where posts go to by default.

Any help at all will be most appreciated,

Thanks in advance

You could use the Columns option in the Blog add-on.

Then set the excerpt to 0 in "Customize > Blog > Blog Content" and add this CSS:

.entry-summary {
    display: none;
}

That should get you pretty close :)

Okay, that is the look that I'm going for yes and works on my blog page but how do I get the same layout on other pages and not just the blog page?

Thanks in advance

Thank you very much that's it sorted

You're very welcome :)

This archived topic is closed to new replies.