Okay
  Public Ticket #1391795
Button Alignment
Closed

Comments

  • Kris218 started the conversation

    Please see attached screenshot. I want all of my buttons aligned to the bottom of the container -- regardless of how much text is in the box. 

    I can't figure out how to do this with CSS.  Please advise.

    Thank you!

  •  3,034
    Andrew replied

    Hi there, 

    Thank you for contacting us. I'd be happy to help. 

    Please provide a link to this specific page on your website so that we can write up and test the appropriate CSS. 

    Hope to hear from you soon. 

    Best regards, 

  •   Kris218 replied privately
  •  3,034
    Andrew replied

    Hi there, 

    I tried to access your site but I was unable to. Seems the username or password might be incorrect. Could you check on this please?


    Best regards

  •   Kris218 replied privately
  •  3,034
    Andrew replied

    Hi again,

    Thank you for writing back to us.

    To align the button, I guess you can make the text above it to have same height.

    You can do this by adding the following code:

    .wpb_text_column.wpb_content_element:nth-child(2) {
        height: 150px !important;
    }

    Hope this helps.

    Best regards.

  • Kris218 replied

    Thank you for the help.  I did not think of that solution and it works nicely.

    Thanks again!