[Resolved] How can I recreate this responsive post layout?

Home Forums Support [Resolved] How can I recreate this responsive post layout?

Home Forums Support How can I recreate this responsive post layout?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #221858
    kyle

    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

    #221872
    Tom
    Lead Developer
    Lead Developer

    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 ๐Ÿ™‚

    #221877
    kyle

    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

    #221881
    Tom
    Lead Developer
    Lead Developer

    You would have to use a plugin like this to create the columns: https://wordpress.org/plugins/lightweight-grid-columns/

    #221883
    kyle

    Thank you very much that’s it sorted

    #221979
    Tom
    Lead Developer
    Lead Developer

    You’re very welcome ๐Ÿ™‚

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.