|
Server : LiteSpeed System : Linux server51.dnsbootclub.com 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64 User : nandedex ( 1060) PHP Version : 8.1.33 Disable Function : NONE Directory : /home/nandedex/www/s.nandedexpress.com/wp-content/plugins/better-facebook-chat/css/ |
/**
* Right and Top position
*/
.fb-customerchat[position="right-top"] + .fb_dialog.fb_dialog {
bottom: auto !important;
top: 18pt !important;
}
.fb-customerchat[position="right-top"] iframe {
bottom: auto !important;
top: 72pt !important;
}
/**
* Left and Top position
*/
.fb-customerchat[position="left-top"] + .fb_dialog.fb_dialog {
bottom: auto !important;
top: 18pt !important;
left: 18pt;
right: auto;
}
.fb-customerchat[position="left-top"] iframe {
bottom: auto !important;
top: 72pt !important;
left: 18pt;
right: auto;
}
/**
* Left and Bottom position
*/
.fb-customerchat[position="left-bottom"] + .fb_dialog.fb_dialog {
left: 18pt;
right: auto;
}
.fb-customerchat[position="left-bottom"] iframe {
left: 18pt;
right: auto;
}