0

I am new to Foundation.

I am trying to display tabs as list inside a centered column. However I am unable to align the list in the center.

Please guide me on this

My sample is at below http://jsbin.com/natonopoqova/1/edit

Mozak
  • 2,738
  • 4
  • 30
  • 49
  • 2
    Have you tried removing the float and set the `
  • `s to `display: inline-block` while setting the parent `
      ` to `text-align: center;`?
  • – Evan Aug 29 '14 at 13:25
  • See this :http://stackoverflow.com/questions/20518615/centering-lists-in-zurb-foundation – Vahi Aug 29 '14 at 20:13