on https://cdn02.plentymarkets.com/i3n17mn9ei6m/frontend/School-Mood/redesign09_2019/timeless-air/school-mood-timeless-air-dev.html I would like to vertically center the text in the upper left tile.
I used this code:
<div class="row row-flex">
<div class="col-xs-12 col-md-6">
<div class="shadow_box" style="height:456.891px;">
<h2 class="text-center">Komplett</h2>
<p>Mit dem 7-teiligen Set, bestehend aus Ranzen, Turnbeutel, gefülltem Etui, Schlamperrolle, Brustbeutel, Brotdose und Patchy-Set seid ihr bestens ausgestattet für den Schulalltag.</p>
</div>
</div>
<div class="col-xs-12 col-md-6">
<div class="shadow_box" style="padding:0!important;">
<img src="https://cdn02.plentymarkets.com/i3n17mn9ei6m/frontend/School-Mood/redesign09_2019/timeless-air/Komplett_Tair.jpg" style="max-width:100%;" />
</div>
</div>
</div>
I have set the div to exactly the height of the image so the left and right tile match in height.
How can i vertically center the entire text in the left tile? I can't seem to find out.
Thanks for any help!