How to align button to the right? i tried using item-end but it doesnt work

<ion-content padding center text-center>
    <button ion-button item-end>
      Click
    </button>
</ion-content>

@venocia I think the item end only works if it’s inside of an item. You probably need to just position it with css

There are some css utilities here to help with placement

Thanks, it helps me.

im using position: absolute; right: 0px;