[Resolved] Same height

Home Forums Support [Resolved] Same height

Home Forums Support Same height

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1473014
    Kevin

    Sorry I`am currently a bit lost πŸ˜‰

    How can I get these 4 blocks to the same height, so that not one button is higher than the other.

    Thanks
    https://prntscr.com/uticau

    #1473264
    David
    Staff
    Customer Support

    Hi there,

    can you provide a link where i can see those blocks?

    #1474067
    Kevin

    Will open the Page soon. For the beginning: Its the Coach Template from the Site Libary / Homepage Part “My Experience & Focus”

    I just add a grid more and buttons πŸ˜‰

    #1474120
    David
    Staff
    Customer Support

    OK add this CSS:

    .gb-same-height>.gb-grid-column>.gb-container>.gb-inside-container {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    
    .gb-same-height>.gb-grid-column>.gb-container>.gb-inside-container>*:last-child {
        margin-top: auto;
    }

    Then select the Grid Container ( not the Grid Items ) and in the Advanced panel > Additional CSS add: gb-same-height

    #1474131
    Kevin

    Thank you David i will try it πŸ˜‰

    Btw. the staging site is online ^^

    #1474140
    David
    Staff
    Customer Support

    Looks like its working to me πŸ™‚

    #1475942
    Kevin

    Thank you

    #1476160
    David
    Staff
    Customer Support

    You’re welcome

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