Ion-item with two icons

Hi! I want to do something like the second line, but with icons the same size as lines 1 and 3.

image

Thanks for the help!

Something like this ? Just change the icons and add style to custom css class;)

You can do this

    <a class="item item-icon-left item-icon-right" href="#">
      <i class="icon ion-chatbubble-working"></i>
      Call Ma
      <i class="icon ion-ios-telephone-outline"></i>
    </a>

Thanks guys. It was exactly what @mhartington said!

image

Hi,

I am trying to achieve the same thing but it leads to this:

I tried a codepen here but …no luck: http://codepen.io/LouisDoe/pen/MyyONK?editors=1000

I am using Ionic 1.2.4.

Can someone help please ?