# Customize the position & Size of the Web chat

For more technical teams it is possible to customize the position of the web chat launcher and the size of the web chat itself. \
\
For example, if you're looking at adjust the position of the launcher icon on your site add a custom style sheet into your app and reference the Mava web chat ID. You can then use something like this code to increase the height from the bottom:

```
<style>
      #mava-webchat-launcher {
        bottom: 200px !important;
      }
    </style>
```
