Is there a way to vertically center content? I attempted using padding on top and setting vertical alignment, but it doesn't seem to work on mobile view. Can someone provide some guidance?
<div style="padding-top:200px;vertical-align: middle;" align="center">
This is just a test content
</div>