We have received a unique request from one of our clients. They are asking for the content within a specific <ul>
to be centered along with the icons. Centering and adding icons are doable, but the challenge lies in centering the <li>
elements at various widths without causing the icon to shift to the left.
The goal is to replicate the layout showcased in http://jsfiddle.net/MBEKW/, but with the icons floating normally to the left of each <li>
element as if they were aligned to the left.
Does anyone have any suggestions on how we can achieve this? It's worth mentioning that we are currently using TWBS 2.1.1, although this particular task seems simple enough that bootstrap's features shouldn't affect the solution.