Home › Forums › Theme support › Newhome Navigation Menu & Logo › Reply To: Newhome Navigation Menu & Logo
Hi,
you are right, the content area by default has a min-height of 350 pixel.
Please go to WordPress admin -> Appearance -> Theme Options -> General -> Extra CSS Content and add this:
#content {
min-height:0 !important;
}