Black Friday sale! Get up to 25% off GP Premium! Learn more ➝

[Resolved] Grid content sizes

Home Forums Support [Resolved] Grid content sizes

Home Forums Support Grid content sizes

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #373439
    Dave

    Hey guys, I have the grid-33 set up on my home page and I then have pages inserted as widgets within each 1/3 grid section. I want them to all be the same height as opposed to having each sized based on the content like they are now. How do I do that and still keep it responsive?

    Here’s the site: http://crescenttest.com/

    Thanks!

    #373613
    Leo
    Staff
    Customer Support

    Hi Dave,

    Unfortunately it’s not possible to have equal height columns using the built in grid system.

    Flexbox is required in this case.

    Can you give this a shot? https://codepen.io/imohkay/pen/gpard

    Let me know πŸ™‚

    #373928
    Dave

    Hey Leo, I tried that and it worked to make them all the same height but now they aren’t responsive. It’s currently active on the site.

    #373987
    Tom
    Lead Developer
    Lead Developer

    Try adding this:

    @media (max-width: 768px) {
        .eqWrap {
            display: block;
        }
    }
    #374016
    Dave

    Tried that an it didn’t work either. I think I’m just gonna go back to grid-50 and grid-50 and see if that works for what we need.

    Thanks for the help!

    #374059
    Tom
    Lead Developer
    Lead Developer

    No problem – let me know if you want to keep working at flexbox πŸ™‚

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