add line-break to div
-
I made a div named buttons like so..
.buttons {
float:right;
margin-bottom:50px;
}the problem is that any text below it will go to its left. I want text to stay below it. I tried adding display:box but nothing changes. Adding width brings the buttons to the left and the only thing that works is a margin-left but that messes up the buttons if too much text is in them.
Please tell me what am I doing wrong 🙁
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
The topic ‘add line-break to div’ is closed to new replies.