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