Home › Forums › CSS › Why is this div jumping outside the wrapper? › Re: Why is this div jumping outside the wrapper?
February 18, 2013 at 10:24 pm
#125152
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