• Greetings

    GREAT PLUGIN!

    On the plugin’s main description page you show the following for using a short-code to display the icons:

    “You can add a custom CSS class to your share buttons using the “class” attribute:[feather_share class=”myclass”]”

    I tried using the following with no luck

    #social-button {
    	margin: 0 30px 0 0!important;
    }

    I’m simply trying to eliminate the bottom margin.

    Thanks

    https://ww.wp.xz.cn/plugins/social-media-feather/

Viewing 1 replies (of 1 total)
  • The buttons by default have a very small bottom margin, so maybe the margin is being added by something else? In any case, the correct selector to use is .synved-social-button, like this:

    .synved-social-button {
    margin-bottom: 0 !important;
    }

Viewing 1 replies (of 1 total)

The topic ‘Shortcode css class’ is closed to new replies.