bootstrap4 panel as card plugin is not working in djangocms

18 views
Skip to first unread message

হজমুলা খান

unread,
Nov 20, 2019, 9:16:04 AM11/20/19
to Django users
hi

i am working on a project of bootstrap4 website where i require to make panels in 3 columns. i am using djangocms (the latest version). but there is no panel under any column. so i tried with card but this plugin has no title and text option. what should i do? 

হজমুলা খান

unread,
Nov 20, 2019, 9:28:51 AM11/20/19
to Django users
hi everyone

sorry for the post as i have solved it by myself rght now using text plugin. i am sharing the code, if any one needs:
<div class="card" style="width: 18rem;">
  <div class="card-body">
    <h5 class="card-title">Card title</h5>
    <h6 class="card-subtitle mb-2 text-muted">Card subtitle</h6>
    <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
  </div>
</div>

actually i copied it from bootstrap4 website and it worked. now i need to tune it. besides before doing that i have selected the column size according to the screen requirement.

thanks :)
Reply all
Reply to author
Forward
0 new messages