LS
Posts: 0
Joined: Tue Jun 23, 2015 8:08 am

How can I change the position of radio button in the ui-radio

Image

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:

Image

I have tried with:
.ui-radio .ui-btn.ui-radio {
position: absolute;
vertical-align: top;
margin: 0;
padding: 0;
}

Still it doesn't work.

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

How can I change the position of radio button in the ui-radio

Hello,

Please use CSS below fo that:

pre.ui-radio label::after{
top:20px;
}/pre

LS
Posts: 0
Joined: Tue Jun 23, 2015 8:08 am

How can I change the position of radio button in the ui-radio

That solved my problem, can you please look into this question also: http://gsfn.us/t/4qzxa

Rama Pavankumar
Posts: 0
Joined: Thu Apr 28, 2016 4:47 am

How can I change the position of radio button in the ui-radio

Hi Sergiy Kulibaba,

I am new to appery. So please tell where i have to use that code means how to declare in CSS files and how to call them. Please explain.

Return to “Issues”