Bootstrap adding margins to left and right automatically -


How do you remove margins and padding on the body when you use bootstrap? I want my elements to fit the edges of the screen but the bootstrap is focusing on them.

Can you try to use the Container-Fluid Class?

  & lt; Div class = "container-fluid" & gt; ... & lt; / Div & gt;   

See document here - & gt;

Comments

Popular posts from this blog

php - PDO bindParam() fatal error -

logging - How can I log both the Request.InputStream and Response.OutputStream traffic in my ASP.NET MVC3 Application for specific Actions? -

java - Why my included JSP file won't get processed correctly? -