Reply To: Float Right ?

#843
ExpertGeeks
Participant

Thanks for the input. I tried changing the css so that the .right class shows as;

.right {
text-align:right;
float: right !important;
}

and the text in the ‘Invoice Summary’ is right justified, the block is still on the left of the page. It doesn’t seem to matter what I set the ‘padding-right’ to because it never gets applied (it’s always left justified on the page).

I’m assuming that this is a problem for everyone using the default form ?