Support » Plugin: AddToAny Share Buttons » How to stack buttons vertically in the widget

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

    (@micropat)

    It’s possible with some CSS code, but have you seen AddToAny’s floating vertical share buttons? Settings > AddToAny > Floating tab

    Let us know if that works for you.

    Thread Starter swearingdad

    (@swearingdad)

    I had seen that but my client just wanted to add them in a widget so they were nicely contained so if there was some CSS to do that it would be ideal.

    Thanks.

    Plugin Author micropat

    (@micropat)

    Something like this would do the trick:

    .widget_a2a_share_save_widget .addtoany_list a {
      display: block;
      padding: 2px 20px;
    }
    Thread Starter swearingdad

    (@swearingdad)

    Brilliant. That worked a treat.

    Thanks very much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to stack buttons vertically in the widget’ is closed to new replies.