Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author micropat

    (@micropat)

    Hi Stefano, that’s a great question. To center the sharing buttons that appear from a shortcode, the plugin will have to wrap the current shortcode in an HTML container such as .addtoany_share_save_container. We’ll see if this makes overall sense for a future plugin update.

    If the container does make sense and we include the container in an update, your shortcode sharing buttons be centered just like the general setting. 🙂 Stay tuned…

    Plugin Author micropat

    (@micropat)

    The latest AddToAny update has a container class for the addtoany shortcode. You can now target .addtoany_shortcode in CSS, for example:

    .addtoany_share_save_container, .addtoany_shortcode {
        margin: 0 auto;
        width: 500px;
    }
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Center Icon’ is closed to new replies.