【发布时间】:2014-04-24 02:21:31
【问题描述】:
我试图让我的引导导航栏以不同的宽度折叠,但改变了
//** Number of columns in the grid.
@grid-columns: 12;
//** Padding between columns. Gets divided in half for the left and right.
@grid-gutter-width: 30px;
// Navbar collapse
//** Point at which the navbar becomes uncollapsed.
@grid-float-breakpoint: @screen-sm-min;
//** Point at which the navbar begins collapsing.
@grid-float-breakpoint-max: (@grid-float-breakpoint - 1);
只是让它以不同的宽度折叠成两行,而不是折叠并显示汉堡图标。我是否需要更改其他内容才能使其折叠并显示图标?
我现在把它改成了@screen-md-min
它只是变形更多:/ ..我希望它打开和折叠的宽度是桌面的宽度,它是 md 类,但它似乎根本不起作用:/
【问题讨论】:
标签: html css twitter-bootstrap