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 -

php - How can I cram 6+31 numeric characters into 22 alphanumeric characters? -

mysql - where clause in inner join query -