Forums

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

Home Forums CSS Why is this div jumping outside the wrapper? Re: Why is this div jumping outside the wrapper?

#125152
wolfcry911
Participant

a quick fix:
remove the float and add position: absolute; and right: 0; to .twitter_badge
then remove position: absolute from #talk_bubble and #bird_box, and add float: left to #bird_box

That will solve the problem, but I’d stronger recommend redoing the entire layout