Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pomianowski committed Aug 14, 2020
1 parent 6abfc63 commit b57e900
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/class.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public function Head() : void
switch (get_theme_mod('social_messenger_position', 'right'))
{
case 'left':
$html .= '.fb_dialog, .fb-customerchat * > iframe {left:18pt !important;right: auto;}';
$html .= '.fb_dialog, .fb-customerchat * > iframe {left:18pt !important;right: auto;} .fb_dialog_content > iframe {left: 17px;}';
break;
case 'center':
$html .= '.fb_dialog, .fb-customerchat * > iframe {margin: auto;left: 0;right: 0;}';
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: RapidDev
Donate link: https://paypal.me/rapiddev
Tags: facebook, messenger, chat, polylang, chatbox, livechat, wpml, plugin, rapiddev, rdev, developing, website, live, support, chatbot, adjust, size, responsize, customizer, phone, disable, integration, color
Requires at least: 4.9.0
Tested up to: 5.4.2
Tested up to: 5.5
Requires PHP: 5.6.0
Stable tag: social-messenger
License: MIT
Expand Down

0 comments on commit b57e900

Please sign in to comment.