I guys ;) From this example: Fiddle
I've a responsive layout, with 2 columns.
I've got to vertically center the left div text "lorem ipsum".
What is the best solution in this case?
#parent{
position:absolute;
right: 20%;
width: 45%; /* 60% if you include the padding-left */
padding-left: 15%;
background-image: url('x.png');
text-align: right;
background-color: #ddd;
}