Strange things are happening with bootstrap css classes.
The button class works fine but the row-fluid class does not work at all:
http://apertus-d8-dev.w4f.eu/drupal8/block/4?destination=node/6
Strange things are happening with bootstrap css classes.
The button class works fine but the row-fluid class does not work at all:
http://apertus-d8-dev.w4f.eu/drupal8/block/4?destination=node/6
Status | Assigned | Task | ||
---|---|---|---|---|
Open | None | T764 Create Drupal 8 Website theme | ||
Resolved | BAndiT1983 | T781 Bootstrap not 100% working |
Bootstrap theme was installed as-is, apertus° theme is just derived from it, no modifications were done to original classes. Have to investigate it.
".row-fluid has been removed from Bootstrap 3 onwards. The above question refers to versions of Bootstrap prior to 3" -> http://stackoverflow.com/questions/16158176/twitter-bootstrap-how-to-use-row-fluid-class-properly
Modified the page a bit, so the buttons are positioned right. What is the intention after all?