I've been pounding my head against a wall all night and decided to reach out for help. I'm using Bartik theme on Drupal 7 and I am trying to shorten the header area to 165px. When I change the css to do this, the header background goes right up to where I want it but the menu does not follow.

What am I missing here?? Side note I'm also using the Live CSS module and the site is www.cruisinmd.com

Comments

VM’s picture

part of the issue is all of the padding set on #logo

as an aside, I hope you are building a subtheme or bartik otherwise updating the theme will be problematic. I'd also suggest that utilizing a theme such as zen would be a better fit since you are overriding so many elements.

archi’s picture

#header {
height: 165px;
margin: 9px 0 0;
}
http://www.cruisinmd.com/sites/all/themes/bluemasters/style.css
line no - 140

Note: Remove padding.