Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #213037

    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?

    #213148

    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

    #213165
    This reply has been marked as private.
    #213246

    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

    #213573
    This reply has been marked as private.
    #213699

    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

    #214517

    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!

    #214741

    Hi!

    You can adjust the top margin of the columns:

    body .column-top-margin {
    margin-top: 10px;
    }

    Regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Icon Box and Text’ is closed to new replies.