Hello.
The padding is totally ignored in modals.
<ion-modal-view>
<div class="bar bar-header bar-energized">
<h1 class="title">Header</h1>
<button class="button button-icon ion-close-circled"></button>
</div>
<div style="padding-top: 50px;">
Random text
</div>
</ion-modal-view>
Any clue why padding doesn’t work at all for that div ?
Also I’m unable to center the content of the modal no matter what I found on internet…
EDIT:
Also text-align isn’t working.
<div style="text-align: center;">
Random text
</div>