Yes, but we can't tell you for sure from a picture; we need to see it live to be certain of the right style rules.
Yes, but we can't tell you for sure from a picture; we need to see it live to be certain of the right style rules.
from post #5
could try adding this to your stylesheet
div#navMainWrapper {
height:XXpx!important;
}
div#headerWrapper, div#navCatTabsWrapper {
background:#99CCFF;
}
Great..your code worked! ... how can I reduce the size to half ?
thanks much appreicated
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;
}