html - Bootstrap 3.0 Text Disappears on refresh -


i'm trying use bootstrap 3.0 template create website. issue i'm having when refresh page of text disappears. not every time 8/10 times does. here demo have put on website guys check out. http://dwayned.co/jswebsite/

please let me know if have questions or need see code.

your html quite messed up. bootstrap structure should this...

<div class="container">     <div class="row">         <div class="col-xs-12">             content here         </div>     </div> </div> 

in above example i've used 1 col-xs-12 class can use combination of cols here long add 12. see more on bootstrap grid system here in docs: http://getbootstrap.com/css/#grid

i notice in code using span12 class bootstrap v2 , not new v3 uses col classes i've outlined in example above.


Comments

Popular posts from this blog

php - Magento - Deleted Base url key -

javascript - Tooltipster plugin not firing jquery function when button or any click even occur -

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -