I have an angular cli project in which the bootstrap version is 4 and recently i put a template with navbar which is done in bootstrap 1.The template is not working in my theme.Is this because of the version mismatch.Can anyone please help me.Thanks.
Asked
Active
Viewed 34 times
-2
-
2The CSS classes used in Bootstrap 1 & 4 are very different, that's why your ancient theme won't work in Bootstrap 4. – Raptor Jun 01 '17 at 04:28
-
Oh,then I think i should install bootstrap 1 in my theme.Is this the solution? – MMR Jun 01 '17 at 05:34
-
No, never use ancient version of Bootstrap. Make your own theme yourself. – Raptor Jun 01 '17 at 05:52
2 Answers
0
No it will not work, the classes and the code that drives Bootstrap has changed significantly between versions 1 to 4. You'll need to find a Bootstrap 4 solution, or build your own.

JordanOcokoljic
- 357
- 2
- 14