[Resolved] Grid container blocks: same height

Home Forums Support [Resolved] Grid container blocks: same height

Home Forums Support Grid container blocks: same height

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #2352788
    Markus

    Hi Generatepress Team,

    I have some blocks here: https://www.radtouren-checker.de/radtouren-und-radwege/#top-40-radrouten-in-deutschland

    I’d prefer that they have the same height. But as the names of these cycle routes have different lengths the height of the blocks differs. Sometimes they need one row, sometimes two, and sometimes three.

    How could I define a common height for all these blocks? Is this possible?

    Kind Regards,
    Markus

    #2353520
    Markus

    Dear Generatepress Team,

    Could you help me with this topic? The different rows lead to different block heights, and they should have the same size.

    Kind Regards,
    Markus

    #2353565
    Fernando
    Customer Support

    Hi Markus,

    Can you try adding my-grid to the class list of the GB Grid Blocks? This can be done through the Advanced section in the Block settings.

    Then, add this in Appearance > Customize > Additional CSS:

    .gb-grid-wrapper.my-grid .gb-grid-column > .gb-container > .gb-inside-container, .gb-grid-column > .gb-container > .gb-inside-container > .gb-container{
        height:100%;
    }
    #2354082
    Markus

    This was the solution. Thank you, very good support.

    #2354652
    Fernando
    Customer Support

    You’re welcome Markus!

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