Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Responsive Card-Groups (Keeping Equal Height) #17528

Closed
Phillips126 opened this issue Sep 8, 2015 · 13 comments
Closed

Responsive Card-Groups (Keeping Equal Height) #17528

Phillips126 opened this issue Sep 8, 2015 · 13 comments
Labels

Comments

@Phillips126
Copy link

Would it be possible to take advantage of the grid css to make .card-groups responsive and keep the cards at equal heights?

An example of the code:
http://codepen.io/anon/pen/bVdvxR

<div class="card-group">
    <div class="card col-sm-4 col-xs-12">
        <div class="card-block">
            <h4 class="card-title">Card 1</h4>
            <p class="card-text">Some content here...</p>
        </div>
    </div> 
    <!-- more cards here... -->
</div>

Adding the grid css to each card does make them responsive, but as you can see the cards are no longer at equal heights.
screen shot 2015-09-08 at 12 06 54 pm

@lenamtl
Copy link

lenamtl commented Sep 9, 2015

+1

6 similar comments
@araffin
Copy link

araffin commented Sep 20, 2015

+1

@gjsduarte
Copy link
Contributor

+1

@samuelsiau
Copy link

+1

@jozydapozy
Copy link

+1

@samuelsiau
Copy link

+1

@DarioSalutt
Copy link

+1

@ManasN
Copy link

ManasN commented Nov 7, 2015

7 | +1 :)

@mdo mdo mentioned this issue Dec 8, 2015
8 tasks
@chetanism
Copy link

+1

2 similar comments
@lindeberg
Copy link

+1

@Oxicode
Copy link

Oxicode commented Feb 6, 2016

+1

@guylepage3
Copy link

Wait. Doesn't flex-grid solve this?

@mdo
Copy link
Member

mdo commented Feb 7, 2016

Flexbox will indeed be of help here. Nothing specific will change for the card groups at this time.

@mdo mdo closed this as completed Feb 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests