Site logo

[Support request] Blog/Archive template

Home Forums Support [Support request] Blog/Archive template

Home Forums Support Blog/Archive template

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1692158
    Radek

    Hi, is there a way to use Mike Oliver’s portfolio template from “Portfolio” at Site library for Blog/Archive template ? I mean 2 columns layout, 1st row 60/40 2nd row 40/60 3rd row 60/40 … through all loop ? Thanx

    #1692339
    David
    Staff
    Customer Support

    Hi there,

    might be possible with some CSS – do you have a test site displaying a 2 column blog ? I can then see what we can offer.

    #1692368
    Radek

    I fill site to private section, but there is no blog page at tho moment. I was just wondering if that was possible…

    #1692689
    David
    Staff
    Customer Support

    Ok so try this.
    First off i have the default GP Blog – set to 2 columns. Do not set Make First Post Featured or Masonry.

    Then add this CSS:

    @media(min-width: 769px) {
      .generate-columns-container .generate-columns.grid-50 {
        width: 40%;
      }
      .generate-columns-container .generate-columns.grid-50:nth-child(4n+0),
      .generate-columns-container .generate-columns.grid-50:nth-child(4n+1) {
        width: 60%;
      }
    }

    This will set the first post to 60%, then a repeating 40%/60% pattern so the two alternate.

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