I've got the standard 32x32 style toobar with a total of 5 buttons. They look great on my desktop and I don't want to delete any of them, but on my iphone, the last button (Add This) goes to a second row below the other 4. How can I keep them all in a single row, even on a mobile?
The AddThis buttons will wrap if the parent element isn't wide enough to hold it, just like any other inline element. The only way around it would be to use CSS to make the parent element bigger.
This question is closed to new answers.