@Aveeva share the screenshot
@Rahul Gupta Screenshot : https://snipboard.io/CTbcQl.jpg
@Aveeva this is a css issue which will be resolved but i guess you are not facing any issue with its functioning and it is showing on all the pages.
For css increase the value of left for this feedaback button.
Thanks
@Rahul Gupta How to change position from right to left side bottom
@Aveeva Do you want to see it in left bottom footer or just opposite to where it is now.
If you want it to just opp to where it is now then please share the code from which you are showing.I will suggest you something.
Thanks
@Rahul Gupta i want left bottom,
css
label { display:block; padding-bottom:5px; margin-top:20px; } #mrova-feedback{ display: hidden; width: 420px; position: fixed; right: -462px; border: 1px solid #3cb58c; padding: 8px 20px; background-color: #fff; z-index: 99; } #mrova-contactform ul { margin: 0; padding: 0; } #mrova-contactform input, #mrova-contactform textarea{ width: 400px; padding: 10px; border: 1px solid #ccc; } #mrova-contactform ul li { list-style:none; padding-bottom:20px; } #mrova-img-control{ cursor: pointer; position: absolute; left: -52px; width: 52px; background: transparent url('http://192.168.1.65/magento/feedback.jpg'); height: 168px; } #mrova-contactform #mrova-sendbutton { width:60px; background:#db4f4a; color:#fff; cursor:pointer; padding:5px 10px; border: none; }