Forums

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

Home Forums CSS Columns split off my divs

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

    I would like to make the pictures and the texts belong together. But they are split off.

    http://codepen.io/Ayalann/pen/gwQkrG

    The other problem is that the “vateralink”div (where is the pics and the text) has a border but it can not appear. Like it isn’t any space for this.

    #246778
    Shikkediel
    Participant

    This seems to fix that but creates new problems:

    .vateralink {
      display: inline-block;
    }
    

    I think you might be better off using flexbox.

    Edit – because that was meant to be used for something like this, column layout is really more for text and allows a lot less control.

    #246851
    Ayala
    Participant

    Thank you for your advices!
    It seems it solved the problem.

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