Add three equal-width columns inside the third container (.col-sm-4):
Example
Where To Find Me?
Lorem ipsum..
Lorem ipsum..
Lorem ipsum..
Result:
Make The Images Responsive
Add the .img-responsive class to all images.
To center the first image, add display:inline (the .img-responsive class adds display:block, which causes the image to bounce to the left of the screen).
If you want the image to fill the entire width of the screen as it begins to stack, set width:100% to the image.
When opening the example, remember to resize the screen to observe the responsive effect.
Example
Add a Navbar
Add a normal navigation bar at the top of the page, making it collapsible on smaller screens: