I am new to the bootstrap below is my code
<div class="col-lg-8 col-lg-offset-2"> <div class="section-heading"> <h2>About us</h2> <i class="fa fa-2x fa-angle-down"></i> </div> </div>
So over here what these offset-2 will do?Is It compulsory to use??
The offset adds space to the left of your element.
Imagine your element is the "xxxx" in the examples below:
xxxx-------- (col-lg-4, no offset)
--xxxx------ (col-lg-offset-2 col-lg-4)
1.4m articles
1.4m replys
5 comments
57.0k users