How to create a 2 column design page?

  • Unknown's avatar

    I would like to know how to create a new page to my site and being able to use the same grid as my Home Page. But I would like to put a picture in the left column (as oppose to text) and text in the right column (as oppose to pictures).

    Thank You!

    Ben

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi tibentre,

    Add the following CSS:

    @media screen and (min-width: 896px) {
    .jetpack-portfolio-tag-left-column .portfolio-content { float: left;}
    .jetpack-portfolio-tag-left-column .portfolio-media {float: left;}
    }

    Then just use left-column as a “Project Tag” in portfolio posts you want to set the layout this way.

  • Unknown's avatar

    Hi tibentre,

    Add the following CSS:

    @media screen and (min-width: 896px) {
    .jetpack-portfolio-tag-left-column .portfolio-content { float: right;}
    .jetpack-portfolio-tag-left-column .portfolio-media {float: left;}
    }

    Then just use left-column as a “Project Tag” in portfolio posts you want to set the layout this way.

  • The topic ‘How to create a 2 column design page?’ is closed to new replies.