0

I am using Twitter Bootstrap.

After you login to page: www.birkadehyasam.com with username: korayyy pass: abc

You will see 2 columns in the right side of the page. If you resize your browser and make it smaller from the righthandside, one column will go below the other one. At this point, I want the columns to extend in the browser and touch the righthandside of the browser.

How can I do this?

Thank you...

4

2 回答 2

1

不要在 px 中使用宽度,而是尝试使用 % width.. 尝试为 .span5 类提供 width:47% 。

于 2013-01-10T10:29:20.480 回答
1

因为您使用的是引导程序,所以在.span5您进行最小媒体查询之前,不会有 100% 的宽度。当您到达该断点时,您将不得不修改 cssspan5或添加一个覆盖宽度的类.span5

于 2013-01-10T10:46:24.313 回答