Denzel Chia
    Moderator
    Posts: 2656
    March 6, 2016 at 8:41 am #25079

    Hi,

    It’s not in the same level because some of your title is long and some is short.
    You can enter the same amount of text to keep the height of the content similar.

    Thank you.

    Leo Mürz
    Spectator
    Posts: 5
    March 6, 2016 at 1:31 pm #25081

    This is a company Website, is can’t just change the text.

    If you look at my Example you can see the the Titles aren’t too different in length!

    There must be a solution to give the box containing the title a fixed height and maybe vertically center align the title within that box.

    Best Regards

    Denzel Chia
    Moderator
    Posts: 2656
    March 7, 2016 at 1:02 am #25112

    Hi,

    You can use the following codes in your Theme Options -> Custom CSS
    to give the content box title a fixed height. The buttons will be on the same level.

    .home-content-boxes h2 {
    height: 80px !important;
    }

    Thank you

    Leo Mürz
    Spectator
    Posts: 5
    March 7, 2016 at 11:56 am #25132

    Great Support!!

    Thank You 🙂

    This puzzled my head for quite some time!

    Denzel Chia
    Moderator
    Posts: 2656
    March 8, 2016 at 12:57 am #25158

    You are welcome!