i have three button in the footer-bar, one and second button has the same width and fix the blank,how can i do
http://codepen.io/anon/pen/dBvGL
like this!
i have three button in the footer-bar, one and second button has the same width and fix the blank,how can i do
http://codepen.io/anon/pen/dBvGL
like this!
if i understand you correct:
add an own css class for those buttons with “width: 230px;” ?
So every button with you class will have a width of 230px.
i updated my topic and have a picture to show what i want!
Have you considered looking into the Ionic grid layouts?
Something like this:
This way you can set each button to take up a % of the horizontal space. A great approach as opposed to setting pixel sizes since they’ll resize accordingly on different devices
Yeah but i do not know if this works correctly in footer and header bars
and if you have a large button text you have to set min-width to look nice …
use grid like this
i solute like this
http://codepen.io/anon/pen/dBvGL