Align radio button to the right

1 reply · opened Oct 7, 2016

SSemicolon WebSTAFFOct 12, 2016

Hello,

This is Definitely Possible. Please change all the instances of :before in the css/components/radio-checkbox.css File to :after and then change the following line of Code:

margin-right: 10px;

to:

margin-left: 10px;

and then this line of code:

margin: 0 8px 1px 0;

to:

margin: 0 0 1px 8px;

This will definitely work fine. Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard