Giter VIP home page Giter VIP logo

Comments (4)

sunil-digicorp avatar sunil-digicorp commented on May 30, 2024

Hello,
We looked into your markup and found the problem. You are facing no space problem between the cards because you are applying .col classes and .card classes in the same div. We would suggest you to add card div inside .col class div. It will give you proper space (horizontally and vertically) between cards. For more clarity, please refer to the modified snippet below


<div class="container-fluid  cxt-bgimg     pt-4 pb-5">

  <div class="container pt-4 pb-5">

    Content here

    <div class="row ">
      <!-- card -->
      <div class="col-xs-12 col-sm-6 col-md-4 col-lg-3 col-xl-3">
      <div class="card pmd-card cxt-card-profile pmd-z-depth">
        <!-- background color -->
        <div class="cxt-card-top cxt-bgimg" style="background-image:url('background.jpg')"></div>
        <!-- avatar -->
        <div class="cxt-avatar"><img src="avatar.jpg" class="rounded-circle img-responsive"></div>
        <div class="card-block">
          <h3 class="text-center">Name</h3>
        </div>
      </div> <!-- / end card -->
      </div> <!-- / end col -->
      <!-- card -->
      <div class="col-xs-12 col-sm-6 col-md-4 col-lg-3 col-xl-3">
      <div class="card pmd-card cxt-card-profile pmd-z-depth">
        <!-- background color -->
        <div class="cxt-card-top cxt-bgimg" style="background-image:url('background.jpg')"></div>
        <!-- avatar -->
        <div class="cxt-avatar"><img src="avatar.jpg" class="rounded-circle img-responsive"></div>
        <div class="card-block">
          <h3 class="text-center">Name</h3>
        </div>
      </div> <!-- / end card -->
      </div> <!-- / end col -->

    </div>

</div>
</div>

Hope this will solve your purpose.

from propeller.

robertandrews avatar robertandrews commented on May 30, 2024

Correct, this is solved - thanks for your input.

from propeller.

robertandrews avatar robertandrews commented on May 30, 2024

This approach has left a side-effect: my adjacent cards are no longer forced to be the same height when the amount of content inside varies.
Is this a flexbox thing?
How can I match the height on cards to be the same as the tallest one?

from propeller.

piyush-digicorp avatar piyush-digicorp commented on May 30, 2024

from propeller.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.