I have a row-fluid like this
<div class="row-fluid">
<div class="span1"></div>
<div class="span6"></div>
<div class="span5"></div>
</div>
Now i need to remove the margin-left from span6… i tried doing it on the bootstrap.css file by setting margin:0px but this effects span5. How to effectively remove the margin-left from span6?
Regards,
Nasir
Just place it in your own custom CSS file that runs after the Bootstrap files.