[Resolved] GB button bottom alignment

Home Forums Support [Resolved] GB button bottom alignment

Home Forums Support GB button bottom alignment

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1618202
    Radek

    Hi, what is best solution to vertical align buttons to bottom ? GPP + GB, grid with same height columns, but different content height. Thanx a lot. Radek

    #1618306
    David
    Staff
    Customer Support

    Hi there,

    for that layout you could do this:

    .align-buttons .gb-inside-container {
      display: flex;
      flex-direction: column;
      height: 100%;
    }
    .align-buttons .gb-inside-container .gb-button-wrapper:last-child {
      margin-top: auto;
    }

    Then select the Grid Container block ( thats the parent block not the individual grid items ), an in Advanced > Additional CSS Class(es) add: align-buttons

    #1618354
    Radek

    Hi David, thanx but nothing changed :/

    View post on imgur.com

    Here is column block structure:

    View post on imgur.com

    Rade

    #1618382
    David
    Staff
    Customer Support
    #1618591
    Radek

    Perfect, that class do it 😉
    Thanx a lot.
    Radek

    #1618593
    David
    Staff
    Customer Support

    Glad to be of help

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