# Moving the UI above the minimap

If you use a hud that modifies the minimap it might be necessary to move a part of the helicopter camera UI. This is an example of when it could be necessary to move the UI:

<figure><img src="https://528403301-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fj0LSUOzd62R3QexmalZC%2Fuploads%2F6slCBHyxkUMXMtxvvTsP%2Fspaces_Rm7Mwi4bwOzRjaLObctj_uploads_vA1vWojeRlaTnWVPBkXc_docs_minimap.webp?alt=media&#x26;token=6c6aaab8-7dc8-4e53-b000-0670ae0ca060" alt=""><figcaption></figcaption></figure>

To move the UI up/down, you simply adjust `Config.ZoomBarOffset` until it fits, `25` is usually a good fit for people using [qb-hud](https://github.com/qbcore-framework/qb-hud) or [ps-hud](https://github.com/Project-Sloth/ps-hud).

If you need to adjust the UI in any other direction, you would need to modify `#camera-info` in the `style.css` file.
