Hi Carol,
To change the height of my menu/nav. area and display Menu on one line vs. two Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
#access a {
height: 40px;
padding: 20px 0 0;
}
#access ul li ul {
top: 60px;
}
#search-box {
top: 60px;
}
.search-toggle {
margin-top: 22px;
}
.menu-toggle {
margin-top: 25px;
}
.hgroup-right {
float: none;
padding-right: 0;
}
Thank you!