[SalesForce] Implementing Bootstrap in visualforce

I want to make my visualforce page responsive.
I want two column layout to display values of a record.
Just like a detail page(Standard Salesforce page) of any record, Where two-column layout is there.

I am not getting right css or approach.

Best Answer

If you want to use Bootstrap for 2 columns and make it responsive use classes "Row" & "col-md-6". Bootstrap site has heavy set of examples and very good documentation on how to use these classes.

Related Topic