Center radio button in a form page

parsifaltheking 18 May, 2016
Hi, i've create a form with some radio button but i've the necessity to center in the page the label and the radio button.
What i've to modify?

The page is this:
http://www.slamsrl.com/web/index.php?option=com_chronoforms5&chronoform=Inserimento_questionario

Thanks
GreyHead 18 May, 2016
Hi parsifaltheking,

I'm not quite sure what you need to do but you could use some CSS to move them in from the edge e.g.
#form-row-cortesia {
    padding-left: 40px;
}

Bob
This topic is locked and no more replies can be posted.