How to align buttons so that they are on the same level?

[ad_1]

Hello everyone. Ive just started learning WordPress and I was wondering how to align the buttons vertically? I want to make them like this: https://imgur.com/nVszs83

I have additional CSS that looks like this: https://paste.ofcode.org/366hswcUZdfN657hCF2ErVE

Can smb help me out? Thanks in advance.

[ad_2]
2 Comments
  1. Look into flex box css positioning.

    Basically the container needs to have these attributes…

    display:flex;
    Flex-direction:column;

    From there you have a few different ways to position the button on the bottom.

    Add this to the button…

    Margin-top: auto;

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer