I started using Twitter Bootstrap and trying to place two forms side by side. By default if I place two forms on the page they follow one after another, what attribute should I apply to place these forms side by side with 50% width.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use the grid features of twitter bootstrap.
Something like:
EDIT:
with Twitter Bootstrap 3.x
nb: in col-sm-6,
smstands for small, it means this grid will apply only for devices with a viewport larger than768px(with TWBS default settings)