Results 1 to 2 of 2

Thread: is there a trick to get box height like col-width?

  1. #1
    Junior Member
    Join Date
    May 2014
    Posts
    1

    is there a trick to get box height like col-width?

    Hi,

    is there a trick to get box height like col-width? with JS or internal bootstrap-magic.

    a box with 100 and 50% width, and i want to get same heights (in pixels) on every snappoint:
    Code:
    <div class="col-xs-12 col-md-6">lorem</div>
    ...sry for my english, I'm from germany xD

  2. #2
    There isn't anything built into BS for equal heights. You can do it with flexbox, but not easily, as flexbox (without some additional fixes) breaks responsive grid.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •