Basic difference between fixed and fluid row in twitter bootstrap

twitter-bootstrap

Solution

Fixed rows are a given pixel width (940px) split between 12 columns.

Fluid rows are percentages based (100%) again split between 12 columns.

This information is readily available here

Problem

Can any one tell me what is the difference between fixed and fluid row in twitter bootstrap. I am a beginner. Thanks, Abhi

Original source

Related problems