Forums

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

Home Forums CSS How to place boxes next to each other in a line

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #244437
    johned
    Participant

    I have four boxes which I managed to line up next to one another and add text to them. The problem is the last two boxes should fall below the first two boxes. Right now the fifth box falls on the right hand side and the sixth box falls below the fifth one. How do I get the fifth and sixth box to fall under the first and second box? Thanks in advance. I have attached my code below-
    http://codepen.io/Johned22/pen/vKzAyd

    #244438
    Paulie_D
    Member

    Looks like you’d forgotten to close some div tags.

    http://codepen.io/Paulie-D/pen/RRvGyX

    #244467
    johned
    Participant

    Hello, what did you change to make the fifth and sixth box fall under the first two? I still cant figure out what I forgot to close?
    Thanks
    John

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.