Title: Comment Bubble custom location
Last modified: July 19, 2020

---

# Comment Bubble custom location

 *  Resolved [Sridhar Katakam](https://wordpress.org/support/users/srikat/)
 * (@srikat)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/comment-bubble-custom-location/)
 * Hello,
 * I would like to manually position the Comment Bubble inside a Div and am looking
   for a shortcode or function that would output `div#wpd-bubble-wrapper`.
 * I tried using `WpdiscuzCore::addBubble($post)` but that function in the plugin
   code uses `$this` in a couple of places which won’t be available outside.
 * Any ideas?

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

 *  Plugin Support [gVectors Support](https://wordpress.org/support/users/gvectorssupport/)
 * (@gvectorssupport)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/comment-bubble-custom-location/#post-13149705)
 * Hi [@srikat](https://wordpress.org/support/users/srikat/),
 * You can replace the position by changing the value of the “left” and “bottom”
   CSS attributes.
 * Example:
 *     ```
       div#wpd-bubble-wrapper {
           left: 540px !important;
           bottom: 250px !important;
       }
       ```
   
 *  Thread Starter [Sridhar Katakam](https://wordpress.org/support/users/srikat/)
 * (@srikat)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/comment-bubble-custom-location/#post-13163592)
 * I used jQuery to move it to my desired location.

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

The topic ‘Comment Bubble custom location’ is closed to new replies.

 * ![](https://ps.w.org/wpdiscuz/assets/icon-256x256.png?rev=1076265)
 * [Comments - wpDiscuz](https://wordpress.org/plugins/wpdiscuz/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpdiscuz/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpdiscuz/)
 * [Active Topics](https://wordpress.org/support/plugin/wpdiscuz/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpdiscuz/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpdiscuz/reviews/)

## Tags

 * [comment bubble](https://wordpress.org/support/topic-tag/comment-bubble/)

 * 2 replies
 * 2 participants
 * Last reply from: [Sridhar Katakam](https://wordpress.org/support/users/srikat/)
 * Last activity: [5 years, 10 months ago](https://wordpress.org/support/topic/comment-bubble-custom-location/#post-13163592)
 * Status: resolved