Home › Forums › CSS › Various Design Issues › Re: Various Design Issues
March 12, 2013 at 4:33 pm
#127949
Participant
Seem to be floated right to me (or positioned absolutely as it seems). You probably want to use `text-align: right;` to align text. Float moves just the element, it doesn’t touch text inside the element.
**Edit!**
Take `position: absolute;` away on some of the floated elements. Elements that are absolutely positioned cannot be floated.