i have something like this: jsfiddle
<div data-role="content">
<ul data-role="listview" data-split-icon="gear" data-split-theme="d">
<li><a href="index.html">
<h3>TEST LEFT | TEST RIGHT:</h3>
</a><a href="#purchase" data-rel="popup" data-position-to="window" data-transition="pop">Purchase album</a>
</li>
</div>
My problem is i would like to have the “right text:”
on the right side next to the gear button.
The order should be “lefttext” then blank, depending on the width of the button and then the “right text” next to the wheel
How can i do that?
OR:
two buttons side by side, each of which contains a text without a gear button
Thanks
Greets
Not sure if i’ve got this part right:
Is this is what you are looking for?