Page 1 of 1

Adding Icon Next to Text

Posted: Sat Jul 25, 2020 11:12 am
by mlsto
Hello

What is the best way to add an icon before text, looking for a way that the icon stays next to the text and does not go above or below it when viewing the page in responsive view but stays next to the text.

Thank you for any help on this.

Re: Adding Icon Next to Text

Posted: Sat Jul 25, 2020 11:22 am
by Pablo
Are you using absolute of flexible layout?
In absolute layouts, you can place objects anywhere you want.
In flexible layout, you can set the 'full width' property to 'false' to place object next to each other.
Or you can (for example) use a breadcrumb which support text and icon in a single object.

Re: Adding Icon Next to Text

Posted: Sat Jul 25, 2020 11:57 am
by mlsto
Using Layout Grid to place the icon and text, would that mean using fixed for column width.

This is the setting I have for the layout grid in properties.

https://ibb.co/s6dkXP2

Re: Adding Icon Next to Text

Posted: Sat Jul 25, 2020 12:58 pm
by Pablo
In flexible layout (with layout grids) , you can set the 'full width' property to 'false' to place object next to each other.

Re: Adding Icon Next to Text

Posted: Sat Jul 25, 2020 1:11 pm
by mlsto
Sorry but this is not helping, where do I get this setting in Layout Grid

"you can set the 'full width' property to 'false' "

Re: Adding Icon Next to Text

Posted: Sat Jul 25, 2020 2:12 pm
by Pablo
It's not a setting of the layout grid. It a property of the text object.

Re: Adding Icon Next to Text

Posted: Sat Jul 25, 2020 3:18 pm
by mlsto
Thank you