Jump to content

column conlent flow to next column


o_oe

Recommended Posts

Without more details I can't really determine the problem.It sounds like it could be either of the following:- You made the <div> without a specific width and positioned it absolutely. Solution: give the <div> a width through CSS (<div style="width: 160px">Content</div>)- You used a word that doesn't fit in the width of the <div>. Solutions: use smaller font size, break down the word, give the <div> a bigger width.- An element inside the <div> has a bigger width than the <div> itself. Solution: make sure no elements in the <div> have a bigger width than itself.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...