/ Published in: CSS
**Important: this snipplet has moved to Github.**
- [Full-width dashboard in Bing Maps AJAX 7.0](https://gist.github.com/1973130)
- [Full-width dashboard in Bing Maps AJAX 7.0](https://gist.github.com/1973130)
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
/** * By default, the new dashboard (the white components bar on top of the map) is only 350 pixels wide, * but you can easily make it use the whole space available with CSS. * * "mapContainer" is the id of the div that contains the Map. * If you are using only one map on the map, you can use ".MicrosoftMap .NavBar" directly */ #mapContainer .MicrosoftMap .NavBar { width: 100%; }