If you have questions about using mojoPortal, you can post them here.
You may want to first review our site administration documentation to see if your question is answered there.
""Also due to community feedback and my own observation from support questions, the use of the gear icon for feature instance settings was changed to use a text link by default. Those who prefer the icons can add this to their user.config file to override the new default."
When I use this, the links are not separated at all. They are all together? How would I get spacing between the text links?
Thank you.
Add something like this to your CSS
.adminlink { margin: 0px 7px 0px 0px; }
Hope it helps,
Joe