Bootstrap base themes using span N - Moodle 3.3+

Re: Bootstrap base themes using span N - Moodle 3.3+

by Mary Evans -
Number of replies: 0
Picture of Core developers Picture of Documentation writers Picture of Peer reviewers Picture of Plugin developers Picture of Testers

Can you verify that they have an outer DIV container where class="container-fluid" and also nested in a DIV container where class= "row-fluid" ?

For example:

<div class="container-fluid">
    <div class="row-fluid">
        SPANS GO HERE
    </div>
</div>

Average of ratings: Useful (1)