Page 1 of 1

How to make my bootstrap css will not conflict to other css

Posted: Thu Apr 10, 2014 3:04 am
by ezekel
Hi, can i ask how can i make my bootstrap css will not conflict to other css of my templates?everytime i append the external bootstrap.css in header section the site will mess up.can you help me please how can i get work with this bootstrap

Thank you in advance.

Re: How to make my bootstrap css will not conflict to other

Posted: Sun Aug 17, 2014 11:53 pm
by dpacadmin
If you amend the bootstrap.css in your template last after the other css the bootstrap.css will override any conflicting css before it. The last css added takes precedent. Try adding your bootstrap.css before your template's css.