Archived topic
Isolated Bootstrap
1 reply · Started by Alexander on March 13, 2019
Hi Tom and gang,
new kid on the block, love your theme and all the support around it!
Even if I tried to avoid it by all means, we do have to use bootstrap together with your styling. Had looked at understrap.com first, but it is still quite basic - and I would miss out all your wonderfull stuff.
So I was looking around in the forum and saw lot of things around conflicts. Finally I found a smart way which maybe can help other guys also:
https://github.com/toert/Isolated-Bootstrap
Basically you wrap your bootstrap styled stuff within a div like this:
<!-- there Bootstrap doesn't work -->
<div class="bootstrap">
<!-- there Bootstrap works-->
</div>
<!-- there Bootstrap doesn't work-->
Works great - even if I agree that it ads a lot of unneeded overhead ..
Wow, very cool! Thanks so much for sharing :)