Sameer
My feedback
1 result found
-
149 votes
Admintawk.to (top bird!, tawk.to) responded
Hi, Thank you for choosing tawk.to and for reaching out. We currently don't have a feature for changing the margin settings of the chat widget. The tawk.to chat widget offers six different positions from which you can choose: top and bottom corners, middle-right side and middle-left side. We have just released a major update to our chat widget. You can now set a separate position for your chat widget on Desktop and mobile devices. Follow these steps to change the position of the chat widget on mobile: 1. Click the Administration cog in the lower-left corner of your Dashboard. 2. Select Chat Widget. 3. Under Widget Appearance, select Advanced. 4. Under Mobile Widget, select your preferred Mobile Widget Position. Helpful link: https://help.tawk.to/article/customizing-the-widget-header-and-body-cards If you have any other questions, require assistance, or just want to talk to someone at tawk.to, here is our calendar link: https://calendly.com/tawk-to-support/tawk-to-customer-support. We're happy to help!
An error occurred while saving the comment
This not an elegant solution, but it works. I got it working by adding the CSS property to the <iframe> in the #tawkchat-container this in Tawk_API.onLoad
Tawk_API.onLoad = function () {
$('#tawkchat-container iframe').css('margin-bottom', '45px')
};