Skip to content

Display content in two columns #1905

Answered by chrede88
criticalcake asked this question in Q&A
Discussion options

You must be logged in to vote

You need a container.

Try this:

<div class="container">
  <div class="row justify-content-between">
    <div class="col">
      Column 1
    </div>
    <div class="col">
      Column 2
    </div>
  </div>
</div>

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@criticalcake
Comment options

Answer selected by criticalcake
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants