[Support request] Align GB Button to Bottom of Stack

Home Forums Support [Support request] Align GB Button to Bottom of Stack

Home Forums Support Align GB Button to Bottom of Stack

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1619450
    Ian

    Is there a simple way to align buttons to the bottom of the stack? Reading the KB, I think there is a way to do this but can someone provide the proper CSS to make this happen? Have provided the website for you to review. It’s the 4 box grid in the middle of the page. Thanks!

    #1619478
    Elvin
    Staff
    Customer Support

    Hi,

    You can add this CSS:

    .gb-button-wrapper {
        margin-top: auto;
    }

    I’ve checked your site. Have you sorted this out?

    You seem to have something similar that adds a CSS similar to this on your child theme’s stylesheets.

    Let us know.

    #1619521
    Ian

    Hi Leo,

    I found an older post of yours and manually dug up the right GB Container(s) and added the CSS to the child’s styelsheet. It worked but not sure I can always do this.

    May I ask, do you add the CSS you provided to the class of the button or the grid container?

    #1619751
    David
    Staff
    Customer Support

    Hi there,

    try the method here:

    https://generatepress.com/forums/topic/gb-button-bottom-alignment/#post-1618306

    You only then to add a single CSS class to the Grid Container Block and the single CSS rule will do the rest.

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