slindsey3000
slindsey3000

Reputation: 4301

Stretch navigation background across screen

Using Twitter Bootstrap.

Exactly like the top bar here on Stackoverflow.

I have responsive design. When I add a background color to my top navigation it stretches but there is a little padding on the left and right. I want it to stretch the light grey ALL the way across.

I guess the "container" class has some padding or a margin in it?

Just like the light grey stretches across the top of this page.

What am I doing wrong?

Upvotes: 0

Views: 113

Answers (1)

Saltatempo
Saltatempo

Reputation: 61

You have to put a Reset on your css

like the one here: http://meyerweb.com/eric/tools/css/reset/

Upvotes: 2

Related Questions