Icon line up

Can you tell me how to get an icon to line up next to the text?

Hi There,

Please add the following HTML code to your text element:

<i class="x-icon x-icon-ban" style="text-align: center;color: red;font-size: 50px;display: inline-block;line-height: 26px;" data-x-icon-s="" aria-hidden="true"></i><h4 class="x-text-content-text-primary" style="
    display: inline-block;
    line-height: 1;
    margin-top: 0;
    margin-left: 30px;
">Places Off-Limits in New York</h4>

After that change the text align to center:

Hope it helps :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.