Reputation: 2169
Here is my blog http://www.lowcoupling.com based on Twitter Bootstrap I'd like to have the bottom row (currently containing my latest tweets) full screen wide as the carousel at the top. How should I do that?
Upvotes: 2
Views: 5317
Reputation: 805
you can do that by removing "container" class from the tweets div.
Upvotes: 7
Reputation: 15432
Change col-lg-6
to col-lg-12
preferably col-lg-11
, override float:left
and add margin:0 auto
Upvotes: 3