When I use the container-fluid, it is leaving some space on the right side of my web page. I am fairly new to bootstrap so if anyone can help me, it would be much appreciated.
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<div class="container-fluid" style="border: solid 1px blue">
<div class="row">
<div class="col-6">
1
</div>
<div class="col-6">
2
</div>
</div>
</div>
You did not give enough details. Anyway looks like your entire document goes a little bit left because I can't see the left border. If you can send the full code I can be more specific
I think you haven't linked Bootstrap to your file. Please check it and try again. In my case, It's working perfectly.