• Closed
  • Dominik Albrech
    Spectator
    April 14, 2015 at 7:04 pm #16405

    I love the columns shortcode but miss the opportunity, to align my text / pictures / forms vertical in the different columns (I’d like to put them in a middle vertical alignment, if possible). How can I change the alignment?

    Roman
    Spectator
    Posts: 3147
    April 14, 2015 at 8:12 pm #16411

    can you show me the columns which you try to align?

    Dominik Albrech
    Spectator
    Posts: 43
    April 15, 2015 at 7:29 am #16416

    Sure: http://www.dombility.de/blog.

    The first 3 columns (left a text, in the middle a picture and right a form).

    Roman
    Spectator
    Posts: 3147
    April 15, 2015 at 3:09 pm #16419

    cannot access the page right now 🙁

    Dominik Albrech
    Spectator
    Posts: 43
    April 15, 2015 at 10:46 pm #16428

    Sorry, I destroyed my installation. Here we go again: http://www.domibility.de/wp/

    Roman
    Spectator
    Posts: 3147
    April 16, 2015 at 3:56 pm #16436

    will wait till you fix the PHP error message 😉

    Dominik Albrech
    Spectator
    Posts: 43
    April 16, 2015 at 7:24 pm #16452

    Hmm…I didn’t get one…give me a second.

    Dominik Albrech
    Spectator
    Posts: 43
    April 16, 2015 at 7:26 pm #16453

    Now it should work again…sorry for the inconvenience

    Roman
    Spectator
    Posts: 3147
    April 16, 2015 at 9:23 pm #16464

    well, as the columns are floated left this will be problem with responsiveness, anyway if you wanna align it, you could try something like:

    .t4p-column {
    display: table-cell;
    float: none;
    vertical-align: middle;
    }