Home › Forums › WoodMart support forum › How to move Tidio chat icon › Reply To: How to move Tidio chat icon
April 20, 2024 at 6:19 pm
#559177
Hung Pham
Keymaster
Hi gonzalohuez,
Thanks for reaching to us and appreciate your patience.
Please remove this Custom CSS from Theme Settings > Custom CSS and add the following Custom CSS code to Theme Settings > Custom CSS > Custom CSS for mobile:
#tidio-chat iframe{
top: 100px !important;
left: -200px !important;
}
Regards,