• Resolved scottzozer

    (@scottzozer)


    I am placing my share links in a datatables table and the
    <span class="a2a_label"> is causing an overflow on my table. Is there a way to disable the label from generating?

Viewing 1 replies (of 1 total)
  • Thread Starter scottzozer

    (@scottzozer)

    Currently solving by adding a style override in the additional CSS settings

    <style>
    .a2a_label { width: 0px !important; }
    </style>
Viewing 1 replies (of 1 total)
  • The topic ‘Any way to stop a2a_label generation’ is closed to new replies.