css - jquery mobile select box content is in middle of select box -
ive been looking through documentation jquery mobile trying work out how left align text within select boxes..
ive tried various things
$("select").addclass('ui-btn-left');
and making sure rules class align text left no luck, ive tried
#('select').parent().addclass('ui-btn-left');
but doesnt appear work.
ive tried create css rule make global select boxes have text aligned left.. no luck here either.
any suggestions im strugling understand how works..
i think that, in css file have maintained text align = center or that. put text-align ; left in body.
Comments
Post a Comment