How to make Umbraco 7+ backoffice compatible to boostrap 3+
I am trying to build a backoffice pages for custom data objects in a project. I want to design html pages which are compatible with bootstrap 3+ i.e. styles using col-lg-1 etc. Currently per my understanding if I use this styles wont work as Umbraco.css is using span1,2 etc.
My question is how should I make Umbraco backoffice compatible to bootstrap 3+. Do I just drag drop css files to master pages or is there a better way todo same.
Sorry this might be a basic question but I am new to Umbraco(just 1 month :) )
Hmm. This could take a bit of work as Bootstrap 3 changed the classes that they use for layout. You would have to either add the corresponding classes to the Umbraco source markup (I wouldn't recommend that) OR change the Bootstrap 3 css to also support Bootstrap 2 classes.
How to make Umbraco 7+ backoffice compatible to boostrap 3+
I am trying to build a backoffice pages for custom data objects in a project. I want to design html pages which are compatible with bootstrap 3+ i.e. styles using col-lg-1 etc. Currently per my understanding if I use this styles wont work as Umbraco.css is using span1,2 etc.
My question is how should I make Umbraco backoffice compatible to bootstrap 3+. Do I just drag drop css files to master pages or is there a better way todo same.
Sorry this might be a basic question but I am new to Umbraco(just 1 month :) )
Hmm. This could take a bit of work as Bootstrap 3 changed the classes that they use for layout. You would have to either add the corresponding classes to the Umbraco source markup (I wouldn't recommend that) OR change the Bootstrap 3 css to also support Bootstrap 2 classes.
is working on a reply...