Page 1 of 1

keep Iconfont on same line as text

Posted: Mon Jul 29, 2019 2:03 pm
by Lasa
I have a icon font inline with some text.
(similar to a breadcrumb but breadcrumb requires a link to be added)
I want to be able to put it in a layer grid but not have it stack (go over and under)
- Tried merge which works ok as a png.
(actually it does not allow the merged objects into the layer grid?
- Used breadcrumb which worked great but requires a link
- Group objects but it stacks them in a layer grid.

Looking to have "location icon inline with text"
Cheers,
Lasa
(thought I asked this but can't find it so maybe I never submitted it?)

Re: keep Iconfont on same line as text

Posted: Mon Jul 29, 2019 2:30 pm
by Pablo
A text object is always full width (100%) of its container.
But you can use a 'Heading' or 'Label' object and set the 'full width' property to 'false' to make it an inline block element.

Re: keep Iconfont on same line as text

Posted: Mon Jul 29, 2019 7:34 pm
by Lasa
Awesome!
Thanks