Viewing 1 replies (of 1 total)
  • Plugin Author Evan Herman

    (@eherman24)

    Are you trying to add a space between the icon and the preceding text? The way this can be achieved is by adding a space betewen the text and the icon.

    <div data-icon=""> *add spaces here* </div>

    or you can add a margin or padding like so

    <div data-icon="" style="margin-right:.5em;"></div>
    or
    <div data-icon="" style="padding-right:.5em;"></div>

    As of right now there is no work around to prevent the code from being deleted when going to visual editor. I am working on a way to resolve this issue.

Viewing 1 replies (of 1 total)
  • The topic ‘Span Disappearing’ is closed to new replies.