html5 - How can I resolve bootstrap CSS issue? -
this actual output how remove highlighted section in red, in actual output? this expected output jsfiddle demo link example, .wizard ul { list-style: none outside none; padding: 0; margin: 0; width: 4000px; } .wizard ul li { float: left; margin: 0; padding: 0 20px 0 30px; line-height: 35px; position: relative; background: #f5f5f5; color: #d0d0d0; font-size: 12px; cursor: default; -webkit-transition: .218s ease; -moz-transition: .218s ease; -o-transition: .218s ease; transition: .218s ease; } .wizard ul li .chevron { border: 24px solid transparent; border-left: 14px solid #d4d4d4; border-right: 0; border-width: 18px 0 17px 14px; display: block; position: absolute; right: -14px; top: 0; z-index: 1; } ...