Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #867605

    OneHeartChurch
    Participant

    Hi there!

    I’m working on this page where I first stared off doing a prompt, but wanted it without borders. Easily done with two columns and the text on the left side and the button to the right. However, my button appears at the top of the left column. Not very fancy. How do I get a middle vertical align, or a bottom vertical align? (want to test both to see what looks the best)

    Cheers!

    //Christoffer

    #867606

    OneHeartChurch
    Participant
    This reply has been marked as private.
    #868361

    Jade
    Moderator

    Hi Christoffer,

    Please try this code:

    .cs-ta-center {
        position: relative;
    }
    
    .cs-ta-center a {
        position: absolute;
        bottom: 0;
        left: 40%;
    }