Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
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.