Bootstrap Fluid Rows Overlap

nptewh1rur

New Member
I have the current code running while including the standard and responsive css of the latest Bootstrap.I cannot understand why when I increase the font size the row does not respond at all and the text is currently overlapping.Any advice would help as I am new to Bootstrap. Also I know this is hacky but it was a quick an easy way to test my idea.\[code\]<div class="container-fluid"> <div class="row-fluid"> <div class="span12" style=" text-align:center;"> <p style="font-size:6em; font-weight:bold;">LARGE TEXT</p> </div> </div> <div class="row-fluid"> <div class="span12" style="text-align:center; font-size:3em; font-weight:bold;"> <p>Date 02/02/2013</p> </div> </div></div>\[/code\]
 
Back
Top