lowcoupling
lowcoupling

Reputation: 2169

Bootstrap: Full Screen Row

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

Answers (2)

Nishan Hitang
Nishan Hitang

Reputation: 805

you can do that by removing "container" class from the tweets div.

Upvotes: 7

VenomVendor
VenomVendor

Reputation: 15432

Change col-lg-6 to col-lg-12 preferably col-lg-11, override float:left and add margin:0 auto

Upvotes: 3

Related Questions