Positioning icons
-
Hello,
I am a begginer of monaca and I need some help. I want to change one icon postion, so it can be on the right side of the page. Anyone knows how to do that?Thanks for the help.
-
There are classes like left, center, right, you can put icons into div class right for example.
-
@quince Those only work inside
ons-toolbar
andons-list-item
. If it’s outside that, then perhaps a layout withons-col
&ons-row
is necessary. Otherwise, just normal CSS.