• Art

    (@art1986)


    I used to use the following code to adjust spacing which doesn’t work in 1.0.1:

    /*add-to-any fb like, etc. buttons*/
    iframe.addtoany_special_service {
    	padding: 0px;
    	}
    .google_plusone {
    	width:68px !important;
    	}
    .twitter_tweet {
    	width:86px !important;
    	}
    .facebook_like {
    	width:88px !important;
    	}

    Additionally, the styling on the “Share” text (I use text, not a share button) – is added to the “twitter / g+ / like” in 1.0.1 which I’d like to only apply to the share text:

    /* a2a share button */
    .more, .links a, .addtoany_list a {
    	display: inline-block;
    	height: 24px;
    	margin-right: 5px !important;
    	margin-bottom: 10px;
    	padding: 0 15px 0 15px !important;
    	border: 1px solid #3C3D3E;
    	background-image: none !important;
    	line-height: 24px;
    	font-size: 12px;
    	color: #f2f1f0 !important;
    	text-align: center;
    	text-transform: uppercase;
    	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	border-radius: 3px;
    	text-indent: 0 !important;
    	width: inherit !important;
    	height: inherit !important;
    	overflow: visible !important;
    	}

    The CSS isn’t updated in the FAQ, could you please direct me to the correct CSS? I’ve fiddled with the CSS styling on my end and did Firebug with no success for over an hour and just downgraded from 1.0.1 to the last one available (0.9.9.9.5?).

    Love the plugin – of course. Just want the style to look like how it did before and am willing to conform to your new plugin version.

    EDIT: the sites I use the plugin are below:
    http://impulsefestival.net
    http://theboombaplive.com
    http://jeffcoffin.com

    Thanks again, great plugin

    http://wordpress.org/extend/plugins/add-to-any/

  • The topic ‘[Plugin: Share Buttons by Lockerz / AddToAny] spacing on buttons won't work’ is closed to new replies.