<ion-view>
<ion-content class="has-header padding coloredBackground">
<h2 class="centerHeading"> Receive your Order by: </h2>
</ion-content>
</ion-view>
css:
.centerHeading{
text-align: center;
color: #6E6E6E;
margin-top:20px;
}
margin-top or margin for that matter is not wokring at all. How do I fix this?