you actually have to change the XX to a number:

so this:
div#navMainWrapper {
height:XXpx!important;
}

needs to be changed to something like:

div#navMainWrapper {
height:30px!important;
}