Center vertical text inside button

Hi all

I have this test web (http://residenciadonperro.com/pruebas) with 4 buttons in the widget with the background red. ?How can I center vertically the inside text in the bottons?

This is my css:

.x-btn.my-btn-widget-size {
width: 150px;
height: 70px;
background-color: #FF0000;
vertical-align: middle;
text-align: center;
}

regards

Hello @junker367,

Thanks for asking. :slight_smile:

Please update your existing code with the following:

.x-btn.my-btn-widget-size {width: 150px; height: 70px; background-color: #FF0000; display: table-cell;}

Thanks.

It works perfect. HTanks!!!

You’re most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.