I need to center (vertical & horizontal) all the content in the info box. See
www.cervezaslacibeles.com/index.php
The info box text is justify but I cannot see where to change to be vertical centered.
It's not possible to center text vertically with CSS. There's no command that allows that. You can only try adding top padding to the text container. In example, to add this into the template_css.css file:
Code:
.holest-carousel-info-panel-content p { margin-top: 70px; }