Skip to main content
Question

How to move a Chatbot from the right side to the left side of a page

  • February 20, 2026
  • 2 replies
  • 9 views

Does anyone have an easy way to move a custom chatbot from the right side of the page to the left. My reason for doing this is because of other widgets that are already on the right, which I have no control over. I’m currently using the popup.

2 replies

drtanvisachar
Forum|alt.badge.img+5
  • Zapier Solution Partner
  • February 21, 2026

Hello ​@tntdiddy 
 

If you’re using the Zapier Chatbots popup embed, the position is controlled in the Embed settings.

Go to your chatbot → Embed → check if there’s a left or right alignment option and regenerate the snippet.

If there’s no toggle, you can override the position with custom CSS on your site by adjusting the chatbot container’s left and right values.

Dr. Tanvi Sachar
Monday Certified Partner, Tuesday Wizard


Forum|alt.badge.img+1

Hey ​@tntdiddy 

If you’re using Zapier Interfaces’ built-in chatbot (the popup style), there isn’t a native setting right now to switch it from the bottom right to the bottom left. The popup position is fixed in the current version.

If you have access to the page’s custom CSS, the only workaround is overriding the widget container’s position with CSS (for example adjusting right to left and unsetting the right value). That only works if the platform hosting the page allows CSS overrides.

If you don’t control the page styling, the other practical option is switching from the popup to an embedded chatbot layout and placing it manually on the left side of your page.

So short answer: no built-in toggle yet, only CSS override (if available) or switching to embed instead of popup.