• Resolved keshabee

    (@keshabee)


    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

    (@hitenchothani3493)

    Hello @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

    (@keshabee)

    Thank you
    You are the best

    Plugin Author hitenchothani3493

    (@hitenchothani3493)

    Solved.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Ability to float’ is closed to new replies.