Use the following CSS code to add a style to odd or even div elements or entries: .row{ &:nth-child(odd){ background-color: darken($grey,3%); } &:nth-child(even){ Read More
Both input and text area fields seam to use different measures of width. To get them to match up add this to the style of a Text and Input fields: width: 100%; -webkit-box-sizing: Read More
Use the following code in your SCSS file that will allow you to change the max width at which a menu item is allowed to collapse. There is no need to edit the core bootstrap Read More