Hi,

I am adding the following HTML from the tutorial to the page and it does not work.

<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>
    <a href="#" class="card-link">Card link</a>
    <a href="#" class="card-link">Another link</a>
  </div>
</div>

Any ideas why?

Thanks,
Vadym

Comments

dealancer created an issue. See original summary.

dealancer’s picture

Issue summary: View changes
vladimiraus’s picture

Status: Active » Postponed (maintainer needs more info)

Hi, Vadym.

I need more information in order to debug the issue:

* Did you insert that code to template?
* Did you insert that code to WYSIWYG field (in this case is which text style are you using, any restrictions on tags)?
* Did you embed bootstrap4 library as per instructions?
* How does your theme settings page looks like?

Regards,
Vladimir

vladimiraus’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

Closed due to inactivity