SOLVED: Some of the items are not shifted to right as I want

meget 27 Nov, 2012
Hey all, see the picture,

SOLVED: Some of the items are not shifted to right as I want image 1

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;
}
meget 28 Nov, 2012
Easy fix... Guess i needed some sleep to figure this out:

Add following to CSS above to shift left some other elements:


.cfdiv_select label,
.cfdiv_datetime label,


Just writing it here in case someone has the same question.
This topic is locked and no more replies can be posted.