Is there a way to change icon position on navbar's buttons? I am trying to use data-iconpos="left" but that doesn't impact the buttons in navbar.
EDIT - PROBLEM SOLVED
Ahhhh. Got it! It was my own mistake.
I was actually applying data-iconpos="left" to individual buttons. After applying that to navbar the problem was solved.
Thanks anyway for responding.