The site up to now is fine, need to make some adjustments...went of topic..
on previous questions..
would like to find code line to make these changes, tried unsuccessful in sylesheet.css
![]()
Hi,
how can i change the color or height in the gift pic provided. Is this done on the stylesheet.css ?
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;
}