I cant see how or where the CSS is making these items show in two columns. i just want them on a single line (full width) each, web tools does not show anything strange with the css, any ideas\quick fix?
#demoOne li { float:left;display: inline !important;border: #336699 solid 1px;background: lightblue;} <ul id="demoOne"> <li>Item</li> </ul> 