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?)
keep Iconfont on same line as text
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Re: keep Iconfont on same line as text
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.
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
Awesome!
Thanks
Thanks