Title: Ability to float
Last modified: July 27, 2019

---

# Ability to float

 *  Resolved [keshabee](https://wordpress.org/support/users/keshabee/)
 * (@keshabee)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/ability-to-float/)
 * naturally, the applaud is placed at the top or bottom of post content, but I 
   wanted to ask if there could be an option to let the applaud function float at
   the left just like the medium platform
    Where it floats at the left side

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

 *  Plugin Author [hitenchothani3493](https://wordpress.org/support/users/hitenchothani3493/)
 * (@hitenchothani3493)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/ability-to-float/#post-11775863)
 * Hello [@keshabee](https://wordpress.org/support/users/keshabee/),
 * Every theme has their own styling, so we had decided to go with this general 
   and safe approach.
 * Also for a gist, you can add below CSS in your wordpress to make applaud float
   and sticky at left of your post;
 *     ```
       .wp-applaud {
           position: fixed;
           float: right;
           left: 0px;
           bottom: 50%;
       }
       ```
   
 * For more specific look and feel, you can take help of developer to match your
   needs.
 *  Thread Starter [keshabee](https://wordpress.org/support/users/keshabee/)
 * (@keshabee)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/ability-to-float/#post-11791318)
 * Thank you
    You are the best
 *  Plugin Author [hitenchothani3493](https://wordpress.org/support/users/hitenchothani3493/)
 * (@hitenchothani3493)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/ability-to-float/#post-11811260)
 * Solved.

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

The topic ‘Ability to float’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-applaud.svg)
 * [WP Applaud](https://wordpress.org/plugins/wp-applaud/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-applaud/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-applaud/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-applaud/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-applaud/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-applaud/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [hitenchothani3493](https://wordpress.org/support/users/hitenchothani3493/)
 * Last activity: [6 years, 10 months ago](https://wordpress.org/support/topic/ability-to-float/#post-11811260)
 * Status: resolved