This is the image of the ui-radio that I got after implementing the default component provided in the appery.io web-based development platform.
How can I get the radio-button position on the top? As shown in the image below:
I have tried with:
.ui-radio .ui-btn.ui-radio {
position: absolute;
vertical-align: top;
margin: 0;
padding: 0;
}
Still it doesn't work.
try this.