Title: floating options
Last modified: August 22, 2016

---

# floating options

 *  Resolved [tc0411](https://wordpress.org/support/users/tc0411/)
 * (@tc0411)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/floating-options/)
 * Hello there, this plugin is amazing which I just downloaded. But there’s one 
   concern I have, I hope you can give me answers to it.
    I want to use the floating
   sharing button for EACH of my post, placed on the left side, exactly like this
   blog [http://positionly.com/blog/seo/google-penguin-3-0-algorithm-update-analysis](http://positionly.com/blog/seo/google-penguin-3-0-algorithm-update-analysis)
   Is there any way I can do this? Thanks in advance and please do let me know, 
   thank you very much!!!
 * [https://wordpress.org/plugins/add-to-any/](https://wordpress.org/plugins/add-to-any/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [micropat](https://wordpress.org/support/users/micropat/)
 * (@micropat)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/floating-options/#post-5449548)
 * Yep, answered in [the plugin’s FAQ](https://wordpress.org/plugins/add-to-any/faq/)
   and [in this topic](https://wordpress.org/support/topic/floating-vertical-sidebar-fixed-along-postcontent?replies=2).
 * > How can I position a vertical floating share buttons bar relative to content?
 * > In settings, disable the default placement of the Vertical Buttons. In your
   > theme’s file(s), find the parent element that you want to position the vertical
   > bar to (the parent element should have a specified width), then add the following
   > PHP sample code as a child of that parent element:
 *     ```
       <?php if ( function_exists( 'ADDTOANY_SHARE_SAVE_FLOATING' ) ) {
           ADDTOANY_SHARE_SAVE_FLOATING( array(
               'kit_style' => 'margin-left:-100px; top:150px;',
               'vertical_type' => true,
           ) );
       } ?>
       ```
   
 *  Thread Starter [tc0411](https://wordpress.org/support/users/tc0411/)
 * (@tc0411)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/floating-options/#post-5449573)
 * Hello micropat, thank you for your reply. I’m a newbie to this, does this issue
   involve wth FTP or root directory of the backend of the blog? Or I can simply
   handle it thru the wordpress dashboard?
 *  [carolemagouirk](https://wordpress.org/support/users/carolemagouirk/)
 * (@carolemagouirk)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/floating-options/#post-5449850)
 * But doesn’t fixed positioning take the element out of the flow of the document
   similar to absolute positioning except that you can’t put it back in with a relatively
   positioned parent?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘floating options’ is closed to new replies.

 * ![](https://ps.w.org/add-to-any/assets/icon.svg?rev=972738)
 * [AddToAny Share Buttons](https://wordpress.org/plugins/add-to-any/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/add-to-any/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/add-to-any/)
 * [Active Topics](https://wordpress.org/support/plugin/add-to-any/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/add-to-any/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/add-to-any/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [carolemagouirk](https://wordpress.org/support/users/carolemagouirk/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/floating-options/#post-5449850)
 * Status: resolved