StartBootstrap / startbootstrap-clean-blog

A clean Bootstrap blog theme created by Start Bootstrap
https://startbootstrap.com/theme/clean-blog/
MIT License
1.78k stars 1.85k forks source link

Rendering content other than posts #104

Closed erodriguez742 closed 4 years ago

erodriguez742 commented 4 years ago

I'm trying to insert an interactive map in the body of the bootstrap theme around line 73. I noticed the map only renders if I remove the line < div class="col-lg-8 col-md-10 mx-auto" >, but when that happens, the map renders over the page. If I keep the line in, the map is not visible.

davidtmiller commented 4 years ago

Not sure on this. It looks like the map doesn't work well within a Bootstrap column. It could have something to do with the position or display property of the map if I had to guess.