Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Various Design Issues Re: Various Design Issues

#127949
Merri
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.