skip to Main Content

Modal popup content get overflow when added dynamically – Twitter bootstrap

I am appending HTML dynamically on div click. I am getting content properly. but when I append HTML, UI getting mess-up. CodePen: http://codepen.io/anon/pen/QGpRRy Code: <html> <head> <title></title> <link type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.2.0/css/bootstrap.css" rel="stylesheet"></link> <style> #pageTitle { display:none; } </style> </head> <body> <div…

VIEW QUESTION

How to postion the text in Jumbotron-Twitter Bootstrap

I can't position my text on top in jumbotron. Here is my Code, <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.css" rel="stylesheet"/> <div class="jumbotron" style="text-align:center; background-image: url(img/propdev.jpg); background-size: cover; height: 30%;"> <div class="container"> <h2 id="prop_dev"> Are You a Property Developer?</h2> <div id="raise" class="btn-group btn-group-lg" role="group"> <button…

VIEW QUESTION
Back To Top
Search