I am attempting to put plain text next to an icon in the same column.
I realize this is kind of what an icon box does but in my instance the spacing does not work.
Is there a way to have the text directly next to the icon, not below?
Hi brentwestwind!
Use a Text Block then insert an Icon using shortcode want. Align the icon to the left then add the text right after the icon shortcode.
Best regards,
Ismael
Hi!
Please try to insert each set of icons and text on a column layout. Maybe 3 1/3 column layout aligned side by side.
Regards,
Ismael
Hi!
You can add this on Quick CSS to decrease the width of the 1/3 column on the page:
.page-id-2712 .flex_column.av_one_third {
width: auto;
}
Regards,
Ismael
Thanks for the CSS. I am really trying to adjust the vertical space between the “lorem ipsum” paragraph and the line with the icons and text… Can you help with this please.
Thanks in advance. You have been very helpful!