Hey all, see the picture,

For some reason some of the elements such as dropbox, calendar ignore the following CSS rule. Any suggestions on how to make absolutely everything aligned to the right which is an interactive field and not text?

For some reason some of the elements such as dropbox, calendar ignore the following CSS rule. Any suggestions on how to make absolutely everything aligned to the right which is an interactive field and not text?
.cfdiv_select select,
.cfdiv_text label,
.cfdiv_textarea label,
.cfdiv_checkboxgroup label:first-child,
.cfdiv_radio label:first-child {
width:225px;
}
.small-message, .error-message {
margin-left: 225px;
}
This topic is locked and no more replies can be posted.