mosh-hamedani / vidly-mvc-5

955 stars 1.53k forks source link

Haeder is not coming in correct format #44

Open Mojahid-Ahmad opened 6 years ago

Mojahid-Ahmad commented 6 years ago

Hi. After copying and paste lumen bootstrap.cc in content folder, Header is not coming in the correct format. What are may be a possible mistake I am doing? image

RyanFlemming commented 6 years ago

@Mojahid-Ahmad There's no mistake. What's happened is the bootstrap theme you're using is from a version that's incompatible (at least without fixes). Try version 3.3.7.

iHamzaKhanzada commented 5 years ago

Hello @Mojahid-Ahmad , go to https://bootswatch.com/3/lumen/ and open bootstrap.css, copy all the css from this file and create a new file with name bootstrap-lumen.css and paste all the css in it and replace it in your bundle.config

image