• Resolved WPUser939

    (@wpuser939)


    I have set floating buttons to show only on mobile devices.
    I’d like to lessen the white padding around them.
    I used firebug to find what to change.
    Within .a2a_floating_style
    I’d like to change the padding from 4 to 0px.
    I’ve installed “Simple Custom CSS” and tried adding the following line with no luck.
    .a2a_floating_style {padding: 0px;}
    I’d like to make the change in this “Simple Custom CSS” plugin so that updating AddTooAny won’t revert the change.
    I’ve spent about 4 hours trying to figure this out and I’m out of ideas..
    The site I’m trying to do this on is http://yourwatchstyle.com/
    Thank you in advance for any help you can offer here..

    https://wordpress.org/plugins/add-to-any/

Viewing 1 replies (of 1 total)
  • Plugin Author micropat

    (@micropat)

    You can override the padding on the floating bar with:
    .a2a_floating_style { padding: 2px !important; }

    And the padding on the floating buttons:
    .a2a_floating_style a { padding: 0 !important; }

Viewing 1 replies (of 1 total)

The topic ‘Decrease Padding on Floating Buttons’ is closed to new replies.