You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just on the way to get bootstrap working with contao. And there I have a Problem, wich I do not want to solve with changing the template (Thats possible, I tried)
The Navbar is build like this
<ulclass="level_1 nav"><liclass="active submenu first dropdown"><spandata-toggle="dropdown" class="active submenu first dropdown dropdown-toggle" title="Übersicht" href="uebersicht.html">Übersicht</span><ulclass="level_2 dropdown-menu"><liclass="first last"><aclass="first last " title="Projekt Übersicht" href="projekt-uebersicht.html">Projekt Übersicht</a></li></ul></li><liclass="sibling"><aclass="sibling " title="Projekte" href="projekte.html">Projekte</a></li><liclass="sibling"><aclass="sibling " title="Aufgaben" href="aufgaben.html">Aufgaben</a></li><liclass="sibling"><aclass="sibling " title="Diskusion" href="diskusion.html">Diskusion</a></li><liclass="sibling last"><aclass="sibling last " title="FAQ" href="faq.html">FAQ</a></li></ul>
instead of havin an "a" Tag in the active Button there is a span. Is it Possible to add this span to the CSS Framework?
The text was updated successfully, but these errors were encountered:
Just on the way to get bootstrap working with contao. And there I have a Problem, wich I do not want to solve with changing the template (Thats possible, I tried)
The Navbar is build like this
instead of havin an "a" Tag in the active Button there is a span. Is it Possible to add this span to the CSS Framework?
The text was updated successfully, but these errors were encountered: