I am not able to reposition my web widget , specifically on mobile phone, as it is hiding some content from my page . i have being using this code to re position my widget
window.zESettings = {
webWidget: {
offset: {
horizontal: "100px",
vertical: "150px",
mobile: {
horizontal: "230px",
vertical: "100px",
},
},
},
}

What behavior are you seeing from the web widget when you have added the code snippet? Is the web widget being moved on the page at all?
Thanks,
Tipene